diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ce6e73e..9e8f511 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.15.x', '1.16.x' ] + go: [ '1.16.x' ] steps: - name: Set up Go