feat: use CN mirror
Some checks failed
checks / build (push) Failing after 21s
continuous-integration/drone/push Build is passing

This commit is contained in:
张泊明518370910136 2024-09-19 18:00:24 -04:00
parent 1427eb2655
commit ac9d3f17ea
GPG Key ID: D47306D7062CDA9D

View File

@ -14,9 +14,10 @@ jobs:
- name: Check out repository code
uses: https://gitea.com/BoYanZh/checkout@focs
- name: Setup Go 1.23.1
uses: https://gitea.com/actions/setup-go@v3
with:
go-version: 1.23.1
run: |
wget https://studygolang.com/dl/golang/go1.23.1.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.1.linux-amd64.tar.gz
rm -rf go1.23.1.linux-amd64.tar.gz
- name: Sanity Check
run: |
ls -lha