Skip to content

Commit bb5df9c

Browse files
committed
chore: update Go version to 1.25.7 in CI and release workflows
1 parent bd32411 commit bb5df9c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
go-version: ["1.25"]
24+
go-version: ["1.25.7"]
2525

2626
steps:
2727
- name: Checkout
@@ -69,7 +69,7 @@ jobs:
6969
- name: Set up Go
7070
uses: actions/setup-go@v6
7171
with:
72-
go-version: "1.25"
72+
go-version: "1.25.7"
7373
cache: true
7474
cache-dependency-path: go.sum
7575

@@ -91,7 +91,7 @@ jobs:
9191
- name: Set up Go
9292
uses: actions/setup-go@v6
9393
with:
94-
go-version: "1.25"
94+
go-version: "1.25.7"
9595
cache: true
9696
cache-dependency-path: go.sum
9797

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Go
4444
uses: actions/setup-go@v6
4545
with:
46-
go-version: "1.25"
46+
go-version: "1.25.7"
4747
cache: true
4848
cache-dependency-path: go.sum
4949

0 commit comments

Comments
 (0)