We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8e9e8 commit a202c1bCopy full SHA for a202c1b
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
goos: [windows, linux]
25
goarch: [amd64, 386, arm64]
26
- buildtarget: ['go1.24.1']
+ buildtarget: ['go1.24.2']
27
fail-fast: false
28
env:
29
GOOS: ${{ matrix.goos }}
0 commit comments