Set go-version to 1.18.0 in the builder (#416)

This commit is contained in:
Eli Bendersky 2022-03-15 20:02:06 -07:00 committed by GitHub
parent 9a8d0aa5da
commit 1eba71e8f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: