Skip to content

Commit

Permalink
Update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Nov 9, 2023
1 parent f7f4fbc commit 195b48b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
env:
HUGO_VERSION: 0.111.3
steps:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.23'
- 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 195b48b

Please sign in to comment.