Skip to content

Commit 1a74121

Browse files
Update Go 1.26.3
1 parent af3cc28 commit 1a74121

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
goos: [windows, linux, darwin]
2525
goarch: [amd64, arm64]
26-
buildtarget: ['go1.26.2']
26+
buildtarget: ['go1.26.3']
2727
fail-fast: false
2828
env:
2929
GOOS: ${{ matrix.goos }}
@@ -124,7 +124,7 @@ jobs:
124124
contents: write
125125
strategy:
126126
matrix:
127-
buildtarget: ['go1.26.2']
127+
buildtarget: ['go1.26.3']
128128
fail-fast: false
129129
steps:
130130
- name: Download source
@@ -181,7 +181,7 @@ jobs:
181181
contents: write
182182
strategy:
183183
matrix:
184-
buildtarget: ['go1.26.2']
184+
buildtarget: ['go1.26.3']
185185
fail-fast: false
186186
steps:
187187
- name: Download source

0 commit comments

Comments
 (0)