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 8384f7a commit 5d29424Copy full SHA for 5d29424
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: [[🐧, Ubuntu], [🍎, macOS], [🪟, Windows]]
10
- go: ["1.23"]
+ go: ["1.24", "1.23"]
11
name: ${{ matrix.os[0] }} Test Go ${{ matrix.go }} on ${{ matrix.os[1] }}
12
runs-on: ${{ matrix.os[1] }}-latest
13
steps:
0 commit comments