Skip to content

Commit

Permalink
add go install 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyRaphael committed Feb 2, 2024
1 parent 64c86f3 commit 0728cac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
check-latest: true
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
Expand Down

0 comments on commit 0728cac

Please sign in to comment.