Skip to content

Commit 9f66de8

Browse files
chore(deps): update go toolchain directive to v1.26.5
1 parent a283f2b commit 9f66de8

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/beta_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Setup Go
116116
uses: actions/setup-go@v6
117117
with:
118-
go-version: "1.26.4"
118+
go-version: "1.26.5"
119119

120120
- name: Setup web
121121
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@v6
3535
with:
36-
go-version: "1.26.4"
36+
go-version: "1.26.5"
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@v6
4848
with:
49-
go-version: '1.26.4'
49+
go-version: '1.26.5'
5050

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

.github/workflows/release_docker.yml

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

8888
- uses: actions/setup-go@v6
8989
with:
90-
go-version: '1.26.4'
90+
go-version: '1.26.5'
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@v6
3838
with:
39-
go-version: '1.26.4'
39+
go-version: '1.26.5'
4040

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/OpenListTeam/OpenList/v4
22

33
go 1.25.0
44

5-
toolchain go1.26.4
5+
toolchain go1.26.5
66

77
require (
88
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.1

0 commit comments

Comments
 (0)