diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 0ce0fa0..d8013c7 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.15.x, 1.16.x] # two latest minor versions + go-version: [1.16.x, 1.17.x] # two latest minor versions runs-on: ubuntu-latest steps: - name: update package index