feat(升级版本): 升级到1.27.0-2
build.yaml / build (DockerfileCN, ccr.ccs.tencentyun.com/xiaoqidun/goenv:latest, ccr.ccs.tencentyun.com) (push) Successful in 10m49s
build.yaml / build (DockerfileHK, hkccr.ccs.tencentyun.com/xiaoqidun/goenv:latest, hkccr.ccs.tencentyun.com) (push) Successful in 7m51s

This commit is contained in:
2026-08-21 19:11:15 +08:00
parent 16519b45e6
commit 84cfda61ed
1 file changed
+2 -2
+2 -2
View File
@@ -17,9 +17,9 @@ jobs:
- name: download
run: |
apt-get update && apt-get install -y wget unzip && rm -rf /var/lib/apt/lists/*
wget -T 180 -4 https://github.com/thongtech/go-legacy-win7/releases/download/v1.27.0-1/go-legacy-win7-1.27.0-1.linux_amd64.tar.gz
wget -T 180 -4 https://github.com/thongtech/go-legacy-win7/releases/download/v1.27.0-2/go-legacy-win7-1.27.0-2.linux_amd64.tar.gz
wget -T 180 -4 https://dl.google.com/android/repository/android-ndk-r29-linux.zip
tar -zxf go-legacy-win7-1.27.0-1.linux_amd64.tar.gz && rm -f go-legacy-win7-1.27.0-1.linux_amd64.tar.gz
tar -zxf go-legacy-win7-1.27.0-2.linux_amd64.tar.gz && rm -f go-legacy-win7-1.27.0-2.linux_amd64.tar.gz
unzip -q android-ndk-r29-linux.zip && rm -f android-ndk-r29-linux.zip
- name: docker setup
uses: docker/setup-buildx-action@v3