We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go build
1 parent 52a4808 commit c4d890bCopy full SHA for c4d890b
1 file changed
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
test:
12
strategy:
13
matrix:
14
- go-version: [1.25.x, 1.22.x]
+ go-version: [1.25.x, 1.24.x]
15
platform: [ubuntu-latest, macos-latest, windows-latest]
16
runs-on: ${{ matrix.platform }}
17
steps:
0 commit comments