mirror of
https://github.com/google/go-attestation.git
synced 2025-04-15 06:56:40 +00:00
Run CI for Go 1.18
Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
parent
4b44082d2c
commit
0a9ecdcf7c
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user