Set go-version to 1.18.0 in the builder

This commit is contained in:
Eli Bendersky 2022-03-15 19:56:34 -07:00
parent 9a8d0aa5da
commit 364ad1c5f2

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go-version: [1.18.0-rc.1]
go-version: [1.18.0]
runs-on: ${{ matrix.os }}
steps: