Skip to content

Commit

Permalink
chore(github): pin staticcheck in vet.yml to v0.4.7 (#10681)
Browse files Browse the repository at this point in the history
* Fixes go 1.20 error honnef.co/go/tools@v0.5.0: invalid go version
  • Loading branch information
quartzmo authored Aug 13, 2024
1 parent fab520d commit 598b31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
run: |
go install golang.org/x/lint/golint@latest && \
go install golang.org/x/tools/cmd/goimports@latest && \
go install honnef.co/go/tools/cmd/staticcheck@latest
go install honnef.co/go/tools/cmd/staticcheck@v0.4.7
- name: Execute vet.sh
run: ./.github/workflows/vet.sh

0 comments on commit 598b31d

Please sign in to comment.