Skip to content

Commit 27df0a5

Browse files
committed
chore: Update .github/workflows/release.yml with go-version 1.25.x
Made with ❤️️ by updatecli
1 parent d03c0ba commit 27df0a5

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: '1.24.x'
24+
go-version: '1.25.x'
2525

2626
- name: add GOPATH/bin to PATH
2727
run: |

0 commit comments

Comments
 (0)