Skip to content

Commit

Permalink
Update Staticcheck to 2023.1.7 (apache#31750)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey authored and acrites committed Jul 17, 2024
1 parent ab460bb commit 046bf0a
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 046bf0a

Please sign in to comment.