Skip to content

Commit

Permalink
build: run lint on Go 1.17 (#55)
Browse files Browse the repository at this point in the history
It seems that staticheck no longer works on Go 1.16
  • Loading branch information
blgm authored Apr 22, 2022
1 parent 2c15dfc commit e310670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
with:
go-version: '1.16'
- uses: actions/checkout@v2
- run: make test
- run: make ginkgo
test-go-1-17:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.17'
- uses: actions/checkout@v2
- run: make ginkgo
- run: make test
test-go-1-18:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions tools/tools.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build tools
// +build tools

package tools
Expand Down

0 comments on commit e310670

Please sign in to comment.