Skip to content

Commit 8190af3

Browse files
committed
fix(ci): update Go version from 1.24.x to 1.25.x in all workflows
1 parent a1af07f commit 8190af3

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ env.ACT != 'true' }}
3030
uses: actions/setup-go@v5
3131
with:
32-
go-version: "1.24.x"
32+
go-version: "1.25.x"
3333
cache: true
3434

3535
- name: Set up Go for act

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
go-version: ['1.24.x']
20+
go-version: ['1.25.x']
2121

2222
steps:
2323
- name: Checkout code
@@ -114,7 +114,7 @@ jobs:
114114
- name: Set up Go
115115
uses: actions/setup-go@v5
116116
with:
117-
go-version: '1.24.x'
117+
go-version: '1.25.x'
118118
cache: true
119119

120120
- name: Ensure pure-Go sqlite dependency is available
@@ -162,7 +162,7 @@ jobs:
162162
- name: Set up Go
163163
uses: actions/setup-go@v5
164164
with:
165-
go-version: '1.24.x'
165+
go-version: '1.25.x'
166166
cache: true
167167

168168
- name: Run golangci-lint
@@ -191,7 +191,7 @@ jobs:
191191
- name: Set up Go
192192
uses: actions/setup-go@v5
193193
with:
194-
go-version: '1.24.x'
194+
go-version: '1.25.x'
195195
cache: true
196196

197197
- name: Run security scan

.github/workflows/maintenance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: "1.24.x"
30+
go-version: "1.25.x"
3131
cache: true
3232

3333
- name: Collect dependency update report
@@ -60,7 +60,7 @@ jobs:
6060
- name: Set up Go
6161
uses: actions/setup-go@v5
6262
with:
63-
go-version: "1.24.x"
63+
go-version: "1.25.x"
6464
cache: true
6565

6666
- name: Run govulncheck summary
@@ -94,7 +94,7 @@ jobs:
9494
- name: Set up Go
9595
uses: actions/setup-go@v5
9696
with:
97-
go-version: "1.24.x"
97+
go-version: "1.25.x"
9898
cache: true
9999

100100
- name: Collect coverage snapshot

0 commit comments

Comments
 (0)