@@ -118,16 +118,16 @@ jobs:
118
118
- name : Set up Go1.22 loongarch abi1
119
119
if : ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '1' }}
120
120
run : |
121
- wget -q https://github.com/MetaCubeX/loongarch64-golang/releases/download/1.22.4 /go1.22.4 .linux-amd64-abi1.tar.gz
122
- sudo tar zxf go1.22.4 .linux-amd64-abi1.tar.gz -C /usr/local
121
+ wget -q https://github.com/MetaCubeX/loongarch64-golang/releases/download/1.23.0 /go1.23.0 .linux-amd64-abi1.tar.gz
122
+ sudo tar zxf go1.23.0 .linux-amd64-abi1.tar.gz -C /usr/local
123
123
echo "/usr/local/go/bin" >> $GITHUB_PATH
124
124
125
- - name : Set up Go1.22 loongarch abi2
126
- if : ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '2' }}
127
- run : |
128
- wget -q https://github.com/MetaCubeX/loongarch64-golang/releases/download/1.22.4/go1.22.4.linux-amd64-abi2.tar.gz
129
- sudo tar zxf go1.22.4.linux-amd64-abi2.tar.gz -C /usr/local
130
- echo "/usr/local/go/bin" >> $GITHUB_PATH
125
+ # - name: Set up Go1.22 loongarch abi2
126
+ # if: ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '2' }}
127
+ # run: |
128
+ # wget -q https://github.com/MetaCubeX/loongarch64-golang/releases/download/1.22.4/go1.22.4.linux-amd64-abi2.tar.gz
129
+ # sudo tar zxf go1.22.4.linux-amd64-abi2.tar.gz -C /usr/local
130
+ # echo "/usr/local/go/bin" >> $GITHUB_PATH
131
131
132
132
# modify from https://github.com/restic/restic/issues/4636#issuecomment-1896455557
133
133
# this patch file only works on golang1.23.x
@@ -194,7 +194,7 @@ jobs:
194
194
uses : nttld/setup-ndk@v1
195
195
id : setup-ndk
196
196
with :
197
- ndk-version : r27
197
+ ndk-version : r28-beta1
198
198
199
199
- name : Set NDK path
200
200
if : ${{ matrix.jobs.goos == 'android' }}
0 commit comments