Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbamos committed Aug 15, 2024
1 parent 5497651 commit dd58fa3
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@2024.1
run: go install honnef.co/go/tools/cmd/staticcheck@2023.1.7

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

0 comments on commit dd58fa3

Please sign in to comment.