Skip to content

Commit 13f2fa1

Browse files
committed
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 <[email protected]>
1 parent a26c686 commit 13f2fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
strategy:
192192
matrix:
193193
os: [ubuntu-22.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019, windows-2022]
194-
go-version: ["1.21.9", "1.22.2"]
194+
go-version: ["1.22.2"]
195195
exclude:
196196
- os: ${{ github.repository != 'containerd/containerd' && 'actuated-arm64-4cpu-16gb' }}
197197
steps:

0 commit comments

Comments
 (0)