fix
CI / Build binary CI (push) Has been cancelled Details

This commit is contained in:
huoxue 2023-12-29 17:14:12 +08:00
parent 7b904c7a7f
commit 6a61c25da9
1 changed files with 1 additions and 1 deletions

View File

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