Skip to content

Commit 5c3aa82

Browse files
committed
CI: switch to Go 1.25
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
1 parent 255ad5f commit 5c3aa82

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v6
2424
with:
25-
go-version: '1.22'
25+
go-version: '1.25'
2626

2727
- name: Initialize CodeQL
2828
uses: github/codeql-action/init@v3

.github/workflows/development.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
go: ['1.24']
18+
go: ['1.25']
1919
os: [ubuntu-latest, macos-latest]
2020

2121
steps:
@@ -111,7 +111,7 @@ jobs:
111111
- name: Set up Go
112112
uses: actions/setup-go@v6
113113
with:
114-
go-version: '1.24'
114+
go-version: '1.25'
115115

116116
- name: Run test cases using SQLite provider
117117
run: |
@@ -269,7 +269,7 @@ jobs:
269269
- name: Set up Go
270270
uses: actions/setup-go@v6
271271
with:
272-
go-version: '1.24'
272+
go-version: '1.25'
273273

274274
- name: Build
275275
run: |
@@ -333,7 +333,7 @@ jobs:
333333
- name: Set up Go
334334
uses: actions/setup-go@v6
335335
with:
336-
go-version: '1.24'
336+
go-version: '1.25'
337337

338338
- name: Build
339339
run: |
@@ -554,7 +554,7 @@ jobs:
554554
- name: Set up Go
555555
uses: actions/setup-go@v6
556556
with:
557-
go-version: '1.24'
557+
go-version: '1.25'
558558
- uses: actions/checkout@v5
559559
- name: Run golangci-lint
560560
uses: golangci/golangci-lint-action@v8

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: write
1010

1111
env:
12-
GO_VERSION: 1.24.7
12+
GO_VERSION: 1.25.1
1313

1414
jobs:
1515
prepare-sources-with-deps:

0 commit comments

Comments
 (0)