Skip to content

Commit

Permalink
use own staticcheck because that one has old go
Browse files Browse the repository at this point in the history
  • Loading branch information
ProkopRandacek committed Mar 22, 2024
1 parent edef2a5 commit 2f8c510
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dominikh/[email protected]
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go install honnef.co/go/tools/cmd/staticcheck@latest
- run: staticcheck ./...

0 comments on commit 2f8c510

Please sign in to comment.