diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f597fce..85457bd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: build: strategy: matrix: - go: ['1.21', '1.22', '1.23.0-rc.1'] + go: ['1.21', '1.22', '1.23.0-rc.2'] os: [macos-latest, windows-latest, ubuntu-latest] name: build runs-on: ${{ matrix.os }}