Skip to content

Commit

Permalink
pin staticcheck version for better caching
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjit-bhat committed Jun 21, 2024
1 parent 18bf226 commit eaaabfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:

- name: Lint
run: |
go install honnef.co/go/tools/cmd/staticcheck@latest
go install honnef.co/go/tools/cmd/staticcheck@v0.4.7
staticcheck -f stylish ./...

0 comments on commit eaaabfc

Please sign in to comment.