Skip to content

Commit

Permalink
Update staticcheck to latest
Browse files Browse the repository at this point in the history
Not really anything that we directly need at the moment, but it certainly doesn't hurt.
  • Loading branch information
Jacalz committed Oct 31, 2021
1 parent 831aa15 commit ba7b22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
go install golang.org/x/lint/golint@latest
go install honnef.co/go/tools/cmd/[email protected].0
go install honnef.co/go/tools/cmd/[email protected].1
- name: Cleanup repository
run: rm -rf vendor/
Expand Down

0 comments on commit ba7b22e

Please sign in to comment.