diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1f43e51..c86f81f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - go: [ '1.14.x', '1.15.x', '1.16.x' ] + go: [ '1.16.x', '1.17.x' ] steps: - name: Setup go uses: actions/setup-go@v2