Skip to content

Commit

Permalink
Use newer go version for running static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
pwiecz committed Oct 29, 2023
1 parent b9055de commit e82d97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.20

- name: Download deps
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Install analysis tools
run: |
go install golang.org/x/tools/cmd/goimports@latest
go install honnef.co/go/tools/cmd/staticcheck@v0.4.2
go install honnef.co/go/tools/cmd/staticcheck@latest
- name: Vet
run: go vet ./...
Expand Down

0 comments on commit e82d97e

Please sign in to comment.