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 736c103 commit 38940a7Copy full SHA for 38940a7
.github/workflows/go.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Build
9
strategy:
10
matrix:
11
- go-version: [1.24.x]
+ go-version: [1.24.x, 1.25.x]
12
platform: [ubuntu-latest, macos-latest, windows-latest]
13
runs-on: ${{ matrix.platform }}
14
steps:
0 commit comments