diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4033391..f1dd2a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.13', '1.14', '1.15'] + go: ['1.13', '1.14', '1.15', '1.16', '1.17'] steps: - uses: actions/checkout@v2