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 }}