Skip to content

Commit 3582ce3

Browse files
committed
update workflow
1 parent 15fd801 commit 3582ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v3
2222
with:
23-
go-version: '1.22'
23+
go-version: '1.24'
2424

2525
- name: Install Go modules
2626
run: |
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Hugo
3131
uses: peaceiris/actions-hugo@v2
3232
with:
33-
hugo-version: '0.121.1'
33+
hugo-version: '0.145.0'
3434
extended: true
3535

3636
- name: Build site

0 commit comments

Comments
 (0)