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\
|
||||
|
||||
|
||||
- name: Install Go
|
||||
run: |
|
||||
wget -O go.tar.gz https://go.dev/dl/go1.24.3.linux-amd64.tar.gz
|
||||
rm -rf /usr/local/go && tar -C /usr/local -xzf go.tar.gz
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
go version
|
||||
- uses: https://forge.melm.xyz/melmco/setup-go@v5
|
||||
with:
|
||||
go-version: '>=1.21.0'
|
||||
|
||||
- name: Install Hugo
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue