We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809aee8 commit b48f566Copy full SHA for b48f566
1 file changed
.github/workflows/build.yml
@@ -173,11 +173,10 @@ jobs:
173
174
- name: Set up Go1.26 loongarch abi1
175
if: ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '1' }}
176
- run: |
177
- wget -q https://github.com/MetaCubeX/loongarch64-golang/releases/download/1.26.0/go1.26.0.linux-amd64-abi1.tar.gz
178
- mkdir -p $HOME/usr/local
179
- tar zxf go1.26.0.linux-amd64-abi1.tar.gz -C $HOME/usr/local
180
- echo "$HOME/usr/local/go/bin" >> $GITHUB_PATH
+ uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
+ with:
+ go-download-base-url: 'https://github.com/MetaCubeX/loongarch64-golang/releases/download/1.26.0'
+ go-version: 1.26.0
181
182
# TODO: remove after issue77731 fixed, see: https://github.com/golang/go/issues/77731
183
- name: Fix issue77731 for Golang1.26
0 commit comments