From 66ab2b0f499cd2dc5b77cfd56f97d1f586ba9eda Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Wed, 25 Nov 2020 17:04:09 +0300 Subject: [PATCH] update matrix --- .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 2625165..5815086 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.8', '1.9', '1.10', '1.11', '1.12', '1.13', '1.14', '1.15'] + go-version: ['1.8', '1.9', '1.10', '1.11', '1.12', '1.13', '1.14'] steps: - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@v2