Skip to content

Commit

Permalink
Update staticcheck version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvob committed Jul 29, 2024
1 parent de8dd33 commit e4ed0c7
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 @@ -28,7 +28,7 @@ jobs:
- name: Install Lint Tools
run: |
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
go install honnef.co/go/tools/cmd/staticcheck@latest
go install honnef.co/go/tools/cmd/staticcheck@2023.1.7
go install mvdan.cc/gofumpt@latest
- name: Lint
Expand Down

0 comments on commit e4ed0c7

Please sign in to comment.