更新 .github/workflows/main.yml
Some checks failed
Build and Package Golang / build (push) Failing after 3m37s

This commit is contained in:
2024-12-02 19:23:54 +08:00
parent 026c0081ff
commit 4023ffa0c0

View File

@ -23,8 +23,8 @@ jobs:
- name: Download Go Bootstrap
run: |
wget https://go.dev/dl/go1.21.1.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.21.1.linux-amd64.tar.gz
wget https://go.dev/dl/go1.22.6.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.22.6.linux-amd64.tar.gz
mv /usr/local/go /usr/local/go-bootstrap
- name: Compile Golang from source