remove go 1.13 from containerd
We no longer would need go 1.13.x for moby/containerd compatibility with containerd moving to 1.16.x Signed-off-by: Alakesh Haloi <alakeshh@amazon.com>
This commit is contained in:
parent
b97a56b714
commit
10824eaf2e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -235,10 +235,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, macos-10.15, windows-2019]
|
os: [ubuntu-18.04, macos-10.15, windows-2019]
|
||||||
go-version: ['1.16.6']
|
go-version: ['1.16.6']
|
||||||
include:
|
|
||||||
# Go 1.13.x is still used by Docker/Moby
|
|
||||||
- go-version: '1.13.x'
|
|
||||||
os: ubuntu-18.04
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user