We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f0458 commit f02e783Copy full SHA for f02e783
.github/workflows/go.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
strategy:
15
matrix:
16
- go-version: [1.23.x]
+ go-version: [1.23.x, 1.24.x]
17
platform: [ubuntu-latest, macos-latest, windows-latest]
18
runs-on: ${{ matrix.platform }}
19
name: "Build ${{ matrix.go-version }} test on ${{ matrix.platform }}"
0 commit comments