Skip to content

Commit 90871f3

Browse files
authored
Use Go 1.25 (#315)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent c48c4b0 commit 90871f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go 1.x
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.24'
23+
go-version: '1.25'
2424
id: go
2525

2626
- name: Use Node.js

0 commit comments

Comments
 (0)