diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b4dff1a2..7187213a 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.17.x, 1.18.x ] steps: - name: Set up Go