diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 09999713..29e97e69 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.21', '1.22' ] + go: [ '1.22', '1.23' ] arch: [ 'amd64', '386' ] name: Go ${{ matrix.go }} GOARCH=${{ matrix.arch }} steps: