Skip to content

Commit c30ac85

Browse files
author
Maksym Pavlenko
authored
Merge pull request containerd#10176 from akhilerm/remove-go-1.21
remove go1.21.9 from CI matrix
2 parents 7686062 + 13f2fa1 commit c30ac85

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)