Skip to content

Commit

Permalink
Update to a Go that provides all we need for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jan 18, 2024
1 parent fd5b633 commit 6ce4004
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 @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: WillAbides/[email protected]
with:
go-version: '1.17.x'
go-version: '1.20'

- name: Get dependencies
run: |
Expand All @@ -34,4 +34,4 @@ jobs:
run: golint -set_exit_status $(go list -tags ci ./...)

- name: Staticcheck
run: staticcheck -go 1.14 ./...
run: staticcheck -go 1.20 ./...

0 comments on commit 6ce4004

Please sign in to comment.