Skip to content

Commit

Permalink
Update Go and Staticheck versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Mar 30, 2023
1 parent 74ce064 commit 120f484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
- name: Delete old coverage
run: "cd sdks/go/pkg && rm -rf .coverage || :"
- name: Run coverage
Expand All @@ -62,6 +62,6 @@ jobs:
go vet --copylocks=false --unsafeptr=false ./...
- name: Run Staticcheck
run: |
go install "honnef.co/go/tools/cmd/staticcheck@2022.1"
go install "honnef.co/go/tools/cmd/staticcheck@2023.1.3"
cd sdks/go/pkg/beam
$(go env GOPATH)/bin/staticcheck ./...

0 comments on commit 120f484

Please sign in to comment.