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