remove go1.21.9 from CI matrix
since go.mod got updated to go1.22, 1.22 is the minimum version to build containerd. even if 1.21.9 is the version present on the host, go command will build using 1.22.0 go version. Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
This commit is contained in:
parent
a26c686ea2
commit
13f2fa1de1
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -191,7 +191,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019, windows-2022]
|
os: [ubuntu-22.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019, windows-2022]
|
||||||
go-version: ["1.21.9", "1.22.2"]
|
go-version: ["1.22.2"]
|
||||||
exclude:
|
exclude:
|
||||||
- os: ${{ github.repository != 'containerd/containerd' && 'actuated-arm64-4cpu-16gb' }}
|
- os: ${{ github.repository != 'containerd/containerd' && 'actuated-arm64-4cpu-16gb' }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user