We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3cc28 commit 1a74121Copy full SHA for 1a74121
1 file changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
goos: [windows, linux, darwin]
25
goarch: [amd64, arm64]
26
- buildtarget: ['go1.26.2']
+ buildtarget: ['go1.26.3']
27
fail-fast: false
28
env:
29
GOOS: ${{ matrix.goos }}
@@ -124,7 +124,7 @@ jobs:
124
contents: write
125
strategy:
126
127
128
129
steps:
130
- name: Download source
@@ -181,7 +181,7 @@ jobs:
181
182
183
184
185
186
187
0 commit comments