This commit is contained in:
parent
9de7eeabbd
commit
8cd0ff920c
1 changed files with 3 additions and 6 deletions
|
@ -17,12 +17,9 @@ jobs:
|
||||||
fetch-depth: 0 # all history for all branches and tags\
|
fetch-depth: 0 # all history for all branches and tags\
|
||||||
|
|
||||||
|
|
||||||
- name: Install Go
|
- uses: https://forge.melm.xyz/melmco/setup-go@v5
|
||||||
run: |
|
with:
|
||||||
wget -O go.tar.gz https://go.dev/dl/go1.24.3.linux-amd64.tar.gz
|
go-version: '>=1.21.0'
|
||||||
rm -rf /usr/local/go && tar -C /usr/local -xzf go.tar.gz
|
|
||||||
export PATH=$PATH:/usr/local/go/bin
|
|
||||||
go version
|
|
||||||
|
|
||||||
- name: Install Hugo
|
- name: Install Hugo
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue