Skip to content

Commit 33223b4

Browse files
authored
ci(docspublish): upgrade go to 1.25.8 since vhs@0.11.0 requires it (#1895)
1 parent 211bcb3 commit 33223b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docspublish.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
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: '1.25.1'
23+
go-version: '1.25.8'
2424
- name: Set up VHS
2525
run: |
2626
sudo apt update

0 commit comments

Comments
 (0)