Skip to content

Commit

Permalink
Test on Go 1.18 and two most recent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nathany committed Jan 14, 2022
1 parent 0aba082 commit efb0b1b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@ jobs:
- macos-latest
- windows-latest
go:
- '1.18.0-beta1'
- '1.17'
- '1.16'
- '1.15'
- '1.14'
- '1.13'
- '1.12'
runs-on: ${{ matrix.os }}
steps:
- name: setup Go
uses: actions/setup-go@v2
with:
stable: 'false'
go-version: ${{ matrix.go }}

- name: checkout
Expand Down Expand Up @@ -54,7 +52,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
continue-on-error: true
with:
version: v1.41.1
version: v2.5.2
# this is here as a workaround for https://github.com/golangci/golangci-lint-action/issues/244
skip-pkg-cache: true

0 comments on commit efb0b1b

Please sign in to comment.