Skip to content

Commit

Permalink
workflow: take go version from mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
NotLe0n committed Dec 3, 2024
1 parent 8c0d983 commit 15f0b20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
steps:
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'

- name: Install Hugo CLI
run: |
Expand Down

0 comments on commit 15f0b20

Please sign in to comment.