diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 56711f93..7cad1ef9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.15', '1.16' ] + go: [ '1.15', '1.16', '1.17' ] name: Go ${{ matrix.go }} steps: - uses: actions/checkout@v2