We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fd801 commit 3582ce3Copy full SHA for 3582ce3
1 file changed
.github/workflows/deploy.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Go
21
uses: actions/setup-go@v3
22
with:
23
- go-version: '1.22'
+ go-version: '1.24'
24
25
- name: Install Go modules
26
run: |
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Hugo
31
uses: peaceiris/actions-hugo@v2
32
33
- hugo-version: '0.121.1'
+ hugo-version: '0.145.0'
34
extended: true
35
36
- name: Build site
0 commit comments