Run CI for Go 1.18

Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
Joe Richey
2022-03-23 21:17:07 -07:00
committed by Joseph Richey
parent 4b44082d2c
commit 0a9ecdcf7c

View File

@ -8,7 +8,7 @@ jobs:
test-linux: test-linux:
strategy: strategy:
matrix: matrix:
go-version: [1.16.x, 1.17.x] go-version: [1.16.x, 1.17.x, 1.18.x]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Go - name: Install Go
@ -22,7 +22,7 @@ jobs:
test-linux-tpm12: test-linux-tpm12:
strategy: strategy:
matrix: matrix:
go-version: [1.16.x, 1.17.x] go-version: [1.16.x, 1.17.x, 1.18.x]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Go - name: Install Go
@ -38,7 +38,7 @@ jobs:
test-macos: test-macos:
strategy: strategy:
matrix: matrix:
go-version: [1.16.x, 1.17.x] go-version: [1.16.x, 1.17.x, 1.18.x]
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- name: Install Go - name: Install Go
@ -57,7 +57,7 @@ jobs:
test-windows: test-windows:
strategy: strategy:
matrix: matrix:
go-version: [1.16.x, 1.17.x] go-version: [1.16.x, 1.17.x, 1.18.x]
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Install Go - name: Install Go