This commit is contained in:
huoxue 2023-12-29 17:13:16 +08:00
parent 0519732280
commit 7b904c7a7f
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
with:
fetch-depth: 0
- name: setup go
run: |
wget https://studygolang.com/dl/golang/go1.21.3.linux-amd64.tar.gz
tar -xzf ./go1.21.3.linux-amd64.tar.gz -C /usr/local
echo 'export GOROOT=/usr/local/go' >> $GITHUB_ENV