Update GitHub action to only build with 1.18-rc1
1.17 won't successfully build the generics example
This commit is contained in:
parent
6bb1f8f526
commit
61d0d6f944
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go-version: [1.17.x, 1.18.0-rc.1]
|
||||
go-version: [1.18.0-rc.1]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user