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:
Alakesh Haloi 2021-07-23 15:10:08 -07:00
parent b97a56b714
commit 10824eaf2e

View File

@ -235,10 +235,6 @@ jobs:
matrix:
os: [ubuntu-18.04, macos-10.15, windows-2019]
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:
- uses: actions/setup-go@v2