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