Skip to content

Commit

Permalink
Update test matrix for go 1.17 stable release (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
nshalman committed Aug 17, 2021
1 parent 16f0d42 commit 82ee6f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- macos-latest
- windows-latest
go:
- '1.17.0-rc2'
- '1.17'
- '1.16'
- '1.15'
- '1.14'
Expand All @@ -25,7 +25,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
stable: false # for Go 1.17.0-rc2, it's not stable now. (2021-08-03)

- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 82ee6f3

Please sign in to comment.