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