Skip to content

Commit f6a4e89

Browse files
committed
update go1.25
1 parent 734d033 commit f6a4e89

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Go
3030
uses: actions/setup-go@v5
3131
with:
32-
go-version: "1.24"
32+
go-version: "1.25"
3333

3434
- uses: actions/cache@v4
3535
with:

.github/workflows/build-pre-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: "1.24"
30+
go-version: "1.25"
3131

3232
- uses: actions/cache@v4
3333
with:

.github/workflows/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Go
3232
uses: actions/setup-go@v5
3333
with:
34-
go-version: "1.24"
34+
go-version: "1.25"
3535

3636
- uses: actions/cache@v4
3737
with:

.github/workflows/update-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Go
2525
uses: actions/setup-go@v5
2626
with:
27-
go-version: "1.24"
27+
go-version: "1.25"
2828

2929
- uses: actions/cache@v4
3030
with:

0 commit comments

Comments
 (0)