diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index eb770a40..b102dfad 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: name: Test & Build strategy: matrix: - go-version: [1.15.x, 1.16.x] + go-version: [ '1.19.x' ] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: