Skip to content

Commit

Permalink
change staticcheck install method
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 25, 2021
1 parent 9081799 commit e738936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
go-version: ${{ env.GOVER }}
- name: Staticcheck
run: |
go get -u honnef.co/go/tools/cmd/staticcheck
go install honnef.co/go/tools/cmd/staticcheck@latest
staticcheck ./...
docs-test:
Expand Down

0 comments on commit e738936

Please sign in to comment.