Skip to content

Commit

Permalink
Update golangci-lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 authored May 12, 2024
1 parent a8e9ca7 commit 0861ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v3
- uses: WillAbides/setup-go-faster@v1
with:
go-version: '1.21'
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest

# Show only new issues if it's a pull request.
only-new-issues: true
only-new-issues: true

0 comments on commit 0861ec3

Please sign in to comment.