From 5ca00138b22b78afe88ca12a53c3327f1284ae1e Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Mon, 6 Sep 2021 16:39:14 +0300 Subject: [PATCH] add go 1.17 to test matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d2798a..b9af8cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16'] + go-version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17'] include: - - go-version: '1.14' + - go-version: '1.17' coverage: 1 steps: - name: Set up Go ${{ matrix.go-version }}