We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dbd47 commit e39f6c4Copy full SHA for e39f6c4
.github/workflows/test.yaml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest, windows-latest, macos-latest]
25
- go-version: ["1.23", "1.24.0-rc.1"]
+ go-version: ["1.23", "1.24.0-rc.2"]
26
runs-on: ${{ matrix.os }}
27
steps:
28
- uses: actions/checkout@v4
0 commit comments