Merge pull request #10176 from akhilerm/remove-go-1.21

remove go1.21.9 from CI matrix
This commit is contained in:
Maksym Pavlenko 2024-05-06 22:36:08 +00:00 committed by GitHub
commit c30ac85477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -191,7 +191,7 @@ jobs:
strategy:
matrix:
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:
- os: ${{ github.repository != 'containerd/containerd' && 'actuated-arm64-4cpu-16gb' }}
steps: