Update GitHub action to only build with 1.18-rc1

1.17 won't successfully build the generics example
This commit is contained in:
Eli Bendersky 2022-03-15 10:49:52 -07:00
parent 6bb1f8f526
commit 61d0d6f944

View File

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest] 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 }} runs-on: ${{ matrix.os }}
steps: steps: