Skip to content

Commit db9aa34

Browse files
committed
Merge main branch
1 parent d5153a2 commit db9aa34

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+1825
-294
lines changed

.github/workflows/beta_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Setup Go
8888
uses: actions/setup-go@v5
8989
with:
90-
go-version: "1.24.5"
90+
go-version: "1.25.0"
9191

9292
- name: Setup web
9393
run: bash build.sh dev web

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Go
3434
uses: actions/setup-go@v5
3535
with:
36-
go-version: "1.24.5"
36+
go-version: "1.25.0"
3737

3838
- name: Setup web
3939
run: bash build.sh dev web

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Go
4747
uses: actions/setup-go@v5
4848
with:
49-
go-version: '1.24'
49+
go-version: '1.25.0'
5050

5151
- name: Checkout
5252
uses: actions/checkout@v4

.github/workflows/release_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- uses: actions/setup-go@v5
4949
with:
50-
go-version: 'stable'
50+
go-version: '1.25.0'
5151

5252
- name: Cache Musl
5353
id: cache-musl
@@ -87,7 +87,7 @@ jobs:
8787

8888
- uses: actions/setup-go@v5
8989
with:
90-
go-version: 'stable'
90+
go-version: '1.25.0'
9191

9292
- name: Cache Musl
9393
id: cache-musl

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-go@v5
3838
with:
39-
go-version: 'stable'
39+
go-version: '1.25.0'
4040

4141
- name: Cache Musl
4242
id: cache-musl

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Thank you for your support and understanding of the OpenList project.
7474
- [x] [Thunder](https://pan.xunlei.com)
7575
- [x] [Lanzou](https://www.lanzou.com)
7676
- [x] [ILanzou](https://www.ilanzou.com)
77-
- [x] [Aliyundrive share](https://www.alipan.com)
7877
- [x] [Google photo](https://photos.google.com)
7978
- [x] [Mega.nz](https://mega.nz)
8079
- [x] [Baidu photo](https://photo.baidu.com)
@@ -85,6 +84,16 @@ Thank you for your support and understanding of the OpenList project.
8584
- [x] [FeijiPan](https://www.feijipan.com)
8685
- [x] [dogecloud](https://www.dogecloud.com/product/oss)
8786
- [x] [Azure Blob Storage](https://azure.microsoft.com/products/storage/blobs)
87+
- [x] [Chaoxing](https://www.chaoxing.com)
88+
- [x] [CNB](https://cnb.cool/)
89+
- [x] [Degoo](https://degoo.com)
90+
- [x] [Doubao](https://www.doubao.com)
91+
- [x] [Febbox](https://www.febbox.com)
92+
- [x] [GitHub](https://github.com)
93+
- [x] [OpenList](https://github.com/OpenListTeam/OpenList)
94+
- [x] [Teldrive](https://github.com/tgdrive/teldrive)
95+
- [x] [Weiyun](https://www.weiyun.com)
96+
8897
- [x] Easy to deploy and out-of-the-box
8998
- [x] File preview (PDF, markdown, code, plain text, ...)
9099
- [x] Image preview in gallery mode

README_cn.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ OpenList 是一个由 OpenList 团队独立维护的开源项目,遵循 AGPL-3
7474
- [x] [迅雷网盘](https://pan.xunlei.com)
7575
- [x] [蓝奏云](https://www.lanzou.com)
7676
- [x] [蓝奏云优享版](https://www.ilanzou.com)
77-
- [x] [阿里云盘分享](https://www.alipan.com)
7877
- [x] [Google 相册](https://photos.google.com)
7978
- [x] [Mega.nz](https://mega.nz)
8079
- [x] [百度相册](https://photo.baidu.com)
@@ -85,6 +84,15 @@ OpenList 是一个由 OpenList 团队独立维护的开源项目,遵循 AGPL-3
8584
- [x] [飞机盘](https://www.feijipan.com)
8685
- [x] [多吉云](https://www.dogecloud.com/product/oss)
8786
- [x] [Azure Blob Storage](https://azure.microsoft.com/products/storage/blobs)
87+
- [x] [超星](https://www.chaoxing.com)
88+
- [x] [CNB](https://cnb.cool/)
89+
- [x] [Degoo](https://degoo.com)
90+
- [x] [豆包](https://www.doubao.com)
91+
- [x] [Febbox](https://www.febbox.com)
92+
- [x] [GitHub](https://github.com)
93+
- [x] [OpenList](https://github.com/OpenListTeam/OpenList)
94+
- [x] [Teldrive](https://github.com/tgdrive/teldrive)
95+
- [x] [微云](https://www.weiyun.com)
8896
- [x] 部署方便,开箱即用
8997
- [x] 文件预览(PDF、markdown、代码、纯文本等)
9098
- [x] 画廊模式下的图片预览

README_ja.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ OpenListプロジェクトへのご支援とご理解をありがとうござい
7474
- [x] [Thunder](https://pan.xunlei.com)
7575
- [x] [Lanzou](https://www.lanzou.com)
7676
- [x] [ILanzou](https://www.ilanzou.com)
77-
- [x] [Aliyundrive share](https://www.alipan.com)
7877
- [x] [Google photo](https://photos.google.com)
7978
- [x] [Mega.nz](https://mega.nz)
8079
- [x] [Baidu photo](https://photo.baidu.com)
@@ -85,6 +84,15 @@ OpenListプロジェクトへのご支援とご理解をありがとうござい
8584
- [x] [FeijiPan](https://www.feijipan.com)
8685
- [x] [dogecloud](https://www.dogecloud.com/product/oss)
8786
- [x] [Azure Blob Storage](https://azure.microsoft.com/products/storage/blobs)
87+
- [x] [Chaoxing](https://www.chaoxing.com)
88+
- [x] [CNB](https://cnb.cool/)
89+
- [x] [Degoo](https://degoo.com)
90+
- [x] [Doubao](https://www.doubao.com)
91+
- [x] [Febbox](https://www.febbox.com)
92+
- [x] [GitHub](https://github.com)
93+
- [x] [OpenList](https://github.com/OpenListTeam/OpenList)
94+
- [x] [Teldrive](https://github.com/tgdrive/teldrive)
95+
- [x] [Weiyun](https://www.weiyun.com)
8896
- [x] 簡単にデプロイでき、すぐに使える
8997
- [x] ファイルプレビュー(PDF、markdown、コード、テキストなど)
9098
- [x] ギャラリーモードでの画像プレビュー

README_nl.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Dank u voor uw ondersteuning en begrip
7474
- [x] [Thunder](https://pan.xunlei.com)
7575
- [x] [Lanzou](https://www.lanzou.com)
7676
- [x] [ILanzou](https://www.ilanzou.com)
77-
- [x] [Aliyundrive share](https://www.alipan.com)
7877
- [x] [Google photo](https://photos.google.com)
7978
- [x] [Mega.nz](https://mega.nz)
8079
- [x] [Baidu photo](https://photo.baidu.com)
@@ -85,6 +84,15 @@ Dank u voor uw ondersteuning en begrip
8584
- [x] [FeijiPan](https://www.feijipan.com)
8685
- [x] [dogecloud](https://www.dogecloud.com/product/oss)
8786
- [x] [Azure Blob Storage](https://azure.microsoft.com/products/storage/blobs)
87+
- [x] [Chaoxing](https://www.chaoxing.com)
88+
- [x] [CNB](https://cnb.cool/)
89+
- [x] [Degoo](https://degoo.com)
90+
- [x] [Doubao](https://www.doubao.com)
91+
- [x] [Febbox](https://www.febbox.com)
92+
- [x] [GitHub](https://github.com)
93+
- [x] [OpenList](https://github.com/OpenListTeam/OpenList)
94+
- [x] [Teldrive](https://github.com/tgdrive/teldrive)
95+
- [x] [Weiyun](https://www.weiyun.com)
8896
- [x] Eenvoudig te implementeren en direct te gebruiken
8997
- [x] Bestandsvoorbeeld (PDF, markdown, code, platte tekst, ...)
9098
- [x] Afbeeldingsvoorbeeld in galerijweergave

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ BuildRelease() {
236236
BuildLoongGLIBC() {
237237
local target_abi="$2"
238238
local output_file="$1"
239-
local oldWorldGoVersion="1.24.3"
239+
local oldWorldGoVersion="1.25.0"
240240

241241
if [ "$target_abi" = "abi1.0" ]; then
242242
echo building for linux-loong64-abi1.0
@@ -254,13 +254,13 @@ BuildLoongGLIBC() {
254254

255255
# Download and setup patched Go compiler for old-world
256256
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" \
258258
-o go-loong64-abi1.0.tar.gz; then
259259
echo "Error: Failed to download patched Go compiler for old-world ABI1.0"
260260
if [ -n "$GITHUB_TOKEN" ]; then
261261
echo "Error output from curl:"
262262
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" \
264264
-o go-loong64-abi1.0.tar.gz || true
265265
fi
266266
return 1

0 commit comments

Comments
 (0)