diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2d9e845..b27ae63 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,12 +20,12 @@ jobs: name: Test strategy: matrix: - go-version: [1.18.x, 1.19.x, 1.20.x] + go-version: [1.20.x, 1.21.x] os: [ubuntu-latest] include: - - go-version: 1.20.x + - go-version: 1.21.x os: macos-latest - - go-version: 1.20.x + - go-version: 1.21.x os: windows-latest runs-on: ${{ matrix.os }} steps: