Skip to content

Commit

Permalink
Adjust staticcheck version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbamos committed Aug 15, 2024
1 parent bf88844 commit 21f5d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: '1.20.x'

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@0.4.7
run: go install honnef.co/go/tools/cmd/staticcheck@0.5.0

- name: Run staticcheck
run: staticcheck ./...
Expand Down

0 comments on commit 21f5d35

Please sign in to comment.