Skip to content

Commit 3dd543e

Browse files
authored
Merge pull request #147 from wildcatdb/go-125
GO 1.25 update
2 parents 5d8b922 + f0b71de commit 3dd543e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/race-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: '1.24.6'
19+
go-version: '1.25'
2020
- name: Install dependencies
2121
run: go mod tidy
2222
- name: Run block manager race tests

.github/workflows/wildcat_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
go-version: ['1.24.6']
15+
go-version: ['1.25']
1616
runs-on: ${{ matrix.os }}
1717

1818
steps:

c/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module wildcat_c
22

3-
go 1.24.6
3+
go 1.25
44

55
require github.com/wildcatdb/wildcat/v2 v2.4.1
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/wildcatdb/wildcat/v2
22

3-
go 1.24.6
3+
go 1.25
44

55
require go.mongodb.org/mongo-driver v1.17.3
66

0 commit comments

Comments
 (0)