Skip to content

Commit

Permalink
remove go version force
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Nov 9, 2023
1 parent 6240282 commit f50d3be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
env:
HUGO_VERSION: 0.120.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 f50d3be

Please sign in to comment.