From 10824eaf2ea46e3be7e4ac29a9ae6de11ec21093 Mon Sep 17 00:00:00 2001 From: Alakesh Haloi Date: Fri, 23 Jul 2021 15:10:08 -0700 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff03a03b7..f9ade0e8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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