Skip to content

Commit 2235fdc

Browse files
GODRIVER-3592 Complete Go 1.25 CI update
- Update README.md to require Go 1.25 for test suite - Update CONTRIBUTING.md to reference Go 1.25 - Update go.work to use Go 1.25
1 parent 519ad50 commit 2235fdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The MongoDB Go driver follows [semantic versioning](https://semver.org/) for its
2323
## Requirements
2424

2525
- Go 1.19 or higher. We aim to support the latest versions of Go.
26-
- Go 1.23 or higher is required to run the driver test suite.
26+
- Go 1.25 or higher is required to run the driver test suite.
2727
- MongoDB 4.2 and higher.
2828

2929
## Installation

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We are building this software together and strongly encourage contributions from
66

77
## Requirements
88

9-
Go 1.23 or higher is required to run the driver test suite. We use [task](https://taskfile.dev/) as our task runner.
9+
Go 1.25 or higher is required to run the driver test suite. We use [task](https://taskfile.dev/) as our task runner.
1010

1111
## Bug Fixes and New Features
1212

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.23.0
1+
go 1.25.0
22

33
use (
44
.

0 commit comments

Comments
 (0)