Skip to content

Commit

Permalink
Update Staticcheck to 2023.1.7 (#31750)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey authored Jul 2, 2024
1 parent 209d50e commit dc63b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
go vet --copylocks=false --unsafeptr=false ./...
- name: Run Staticcheck
run: |
go install "honnef.co/go/tools/cmd/[email protected].3"
go install "honnef.co/go/tools/cmd/[email protected].7"
cd sdks/go/pkg/beam
$(go env GOPATH)/bin/staticcheck ./...

0 comments on commit dc63b0f

Please sign in to comment.