mirror of
https://github.com/xiaoqidun/goenv.git
synced 2026-03-16 12:04:44 +08:00
feat(更新版本): 升级Go到1.26.1
This commit is contained in:
@@ -17,9 +17,9 @@ jobs:
|
|||||||
- name: download
|
- name: download
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y wget unzip && rm -rf /var/lib/apt/lists/*
|
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.26.0-2/go-legacy-win7-1.26.0-2.linux_amd64.tar.gz
|
wget -T 180 -4 https://github.com/thongtech/go-legacy-win7/releases/download/v1.26.1-1/go-legacy-win7-1.26.1-1.linux_amd64.tar.gz
|
||||||
wget -T 180 -4 https://dl.google.com/android/repository/android-ndk-r29-linux.zip
|
wget -T 180 -4 https://dl.google.com/android/repository/android-ndk-r29-linux.zip
|
||||||
tar -zxf go-legacy-win7-1.26.0-2.linux_amd64.tar.gz && rm -f go-legacy-win7-1.26.0-2.linux_amd64.tar.gz
|
tar -zxf go-legacy-win7-1.26.1-1.linux_amd64.tar.gz && rm -f go-legacy-win7-1.26.1-1.linux_amd64.tar.gz
|
||||||
unzip -q android-ndk-r29-linux.zip && rm -f android-ndk-r29-linux.zip
|
unzip -q android-ndk-r29-linux.zip && rm -f android-ndk-r29-linux.zip
|
||||||
- name: docker setup
|
- name: docker setup
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user