Skip to content

Commit 10824ea

Browse files
committed
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>
1 parent b97a56b commit 10824ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,6 @@ jobs:
235235
matrix:
236236
os: [ubuntu-18.04, macos-10.15, windows-2019]
237237
go-version: ['1.16.6']
238-
include:
239-
# Go 1.13.x is still used by Docker/Moby
240-
- go-version: '1.13.x'
241-
os: ubuntu-18.04
242238

243239
steps:
244240
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)