File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- go 1.23 .0
1+ go 1.25 .0
22
33use (
44 .
You can’t perform that action at this time.
0 commit comments