From ae5f5ad67743b3b3a29ae9e89eaff2a9c7e0230c Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Tue, 26 Oct 2021 19:25:15 +0300 Subject: [PATCH] remove unsupported versions from go.mod --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a99de7d..3b026dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17'] + go-version: ['1.13', '1.14', '1.15', '1.16', '1.17'] include: - go-version: '1.17' coverage: 1