Skip to content

Commit c2246fc

Browse files
fix(release): upgrade go version for release to 1.25
1 parent 47189a8 commit c2246fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v6
2525
with:
26-
go-version: '1.24'
26+
go-version: '1.25'
2727

2828
# Needed for ARM64 Docker builds
2929
- name: Set up QEMU

0 commit comments

Comments
 (0)