File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 - name : Setup Go
116116 uses : actions/setup-go@v6
117117 with :
118- go-version : " 1.25.11 "
118+ go-version : " 1.26.4 "
119119
120120 - name : Setup web
121121 run : bash build.sh dev web
Original file line number Diff line number Diff line change 3333 - name : Setup Go
3434 uses : actions/setup-go@v6
3535 with :
36- go-version : " 1.25.11 "
36+ go-version : " 1.26.4 "
3737
3838 - name : Setup web
3939 run : bash build.sh dev web
Original file line number Diff line number Diff line change 4646 - name : Setup Go
4747 uses : actions/setup-go@v6
4848 with :
49- go-version : ' 1.25.11 '
49+ go-version : ' 1.26.4 '
5050
5151 - name : Checkout
5252 uses : actions/checkout@v6
Original file line number Diff line number Diff line change 8787
8888 - uses : actions/setup-go@v6
8989 with :
90- go-version : ' 1.25.11 '
90+ go-version : ' 1.26.4 '
9191
9292 - name : Cache Musl
9393 id : cache-musl
Original file line number Diff line number Diff line change 3636
3737 - uses : actions/setup-go@v6
3838 with :
39- go-version : ' 1.25.11 '
39+ go-version : ' 1.26.4 '
4040
4141 - name : Cache Musl
4242 id : cache-musl
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ BuildRelease() {
289289BuildLoongGLIBC () {
290290 local target_abi=" $2 "
291291 local output_file=" $1 "
292- local oldWorldGoVersion=" 1.25.11 "
292+ local oldWorldGoVersion=" 1.26.4 "
293293 local loong_tags
294294 loong_tags=$( GetBuildTagsForTarget " linux-loong64" )
295295
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/OpenListTeam/OpenList/v4
22
33go 1.25.0
44
5- toolchain go1.25.11
5+ toolchain go1.26.4
66
77require (
88 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.1
You can’t perform that action at this time.
0 commit comments