Skip to content

Commit 15f0b20

Browse files
committed
workflow: take go version from mod file
1 parent 8c0d983 commit 15f0b20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
steps:
3737
- name: Setup Go environment
3838
uses: actions/setup-go@v5
39+
with:
40+
go-version-file: './go.mod'
3941

4042
- name: Install Hugo CLI
4143
run: |

0 commit comments

Comments
 (0)