File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 87
87
- name : Setup Go
88
88
uses : actions/setup-go@v5
89
89
with :
90
- go-version : " 1.24.5 "
90
+ go-version : " 1.25.0 "
91
91
92
92
- name : Setup web
93
93
run : bash build.sh dev web
Original file line number Diff line number Diff line change 33
33
- name : Setup Go
34
34
uses : actions/setup-go@v5
35
35
with :
36
- go-version : " 1.24.5 "
36
+ go-version : " 1.25.0 "
37
37
38
38
- name : Setup web
39
39
run : bash build.sh dev web
Original file line number Diff line number Diff line change 46
46
- name : Setup Go
47
47
uses : actions/setup-go@v5
48
48
with :
49
- go-version : ' 1.24 '
49
+ go-version : ' 1.25.0 '
50
50
51
51
- name : Checkout
52
52
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 47
47
48
48
- uses : actions/setup-go@v5
49
49
with :
50
- go-version : ' stable '
50
+ go-version : ' 1.25.0 '
51
51
52
52
- name : Cache Musl
53
53
id : cache-musl
87
87
88
88
- uses : actions/setup-go@v5
89
89
with :
90
- go-version : ' stable '
90
+ go-version : ' 1.25.0 '
91
91
92
92
- name : Cache Musl
93
93
id : cache-musl
Original file line number Diff line number Diff line change 36
36
37
37
- uses : actions/setup-go@v5
38
38
with :
39
- go-version : ' stable '
39
+ go-version : ' 1.25.0 '
40
40
41
41
- name : Cache Musl
42
42
id : cache-musl
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ BuildRelease() {
236
236
BuildLoongGLIBC () {
237
237
local target_abi=" $2 "
238
238
local output_file=" $1 "
239
- local oldWorldGoVersion=" 1.24.3 "
239
+ local oldWorldGoVersion=" 1.25.0 "
240
240
241
241
if [ " $target_abi " = " abi1.0" ]; then
242
242
echo building for linux-loong64-abi1.0
@@ -254,13 +254,13 @@ BuildLoongGLIBC() {
254
254
255
255
# Download and setup patched Go compiler for old-world
256
256
if ! curl -fsSL --retry 3 -H " Authorization: Bearer $GITHUB_TOKEN " \
257
- " https://github.com/loong64/loong64-abi1.0-toolchains/releases/download/20250722 /go${oldWorldGoVersion} .linux-amd64.tar.gz" \
257
+ " https://github.com/loong64/loong64-abi1.0-toolchains/releases/download/20250821 /go${oldWorldGoVersion} .linux-amd64.tar.gz" \
258
258
-o go-loong64-abi1.0.tar.gz; then
259
259
echo " Error: Failed to download patched Go compiler for old-world ABI1.0"
260
260
if [ -n " $GITHUB_TOKEN " ]; then
261
261
echo " Error output from curl:"
262
262
curl -fsSL --retry 3 -H " Authorization: Bearer $GITHUB_TOKEN " \
263
- " https://github.com/loong64/loong64-abi1.0-toolchains/releases/download/20250722 /go${oldWorldGoVersion} .linux-amd64.tar.gz" \
263
+ " https://github.com/loong64/loong64-abi1.0-toolchains/releases/download/20250821 /go${oldWorldGoVersion} .linux-amd64.tar.gz" \
264
264
-o go-loong64-abi1.0.tar.gz || true
265
265
fi
266
266
return 1
You can’t perform that action at this time.
0 commit comments