Skip to content

Commit

Permalink
Merge pull request #211 from maiqueb/adapt-to-staticcheck-0.3.0
Browse files Browse the repository at this point in the history
ci, test: pin staticcheck 0.2.2
  • Loading branch information
dougbtv committed Mar 31, 2022
2 parents 02e9af6 + 329a1fe commit 014a4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: go vet ./...

- name: Install static check
run: go install honnef.co/go/tools/cmd/staticcheck@latest
run: go install honnef.co/go/tools/cmd/staticcheck@v0.2.2

- name: Test
run: sudo PATH=${PATH}:./bin ./hack/test-go.sh
Expand Down

0 comments on commit 014a4ec

Please sign in to comment.