Skip to content

Commit cdcce63

Browse files
authored
GODRIVER-2151 Retract v1.6.0-v1.6.1 and v1.7.0-v1.7.1 (#758)
1 parent aff557b commit cdcce63

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The MongoDB supported driver for Go.
2222
-------------------------
2323
## Requirements
2424

25-
- Go 1.10 or higher. We aim to support the latest supported versions of go.
25+
- Go 1.10 or higher if using the driver as a dependency. Go 1.16 or higher if building the driver yourself. We aim to support the latest supported versions of go.
2626
- MongoDB 2.6 and higher.
2727

2828
-------------------------
@@ -185,7 +185,7 @@ mongod \
185185
To run the tests with `make`, set:
186186
- `MONGO_GO_DRIVER_CA_FILE` to the location of the CA file used by the database
187187
- `MONGO_GO_DRIVER_KEY_FILE` to the location of the client key file
188-
- `MONGO_GO_DRIVER_PKCS8_ENCRYPTED_KEY_FILE` to the location of the pkcs8 client key file encrypted with the password string: `password`
188+
- `MONGO_GO_DRIVER_PKCS8_ENCRYPTED_KEY_FILE` to the location of the pkcs8 client key file encrypted with the password string: `password`
189189
- `MONGO_GO_DRIVER_PKCS8_UNENCRYPTED_KEY_FILE` to the location of the unencrypted pkcs8 key file
190190
- `MONGODB_URI` to the connection string of the server
191191
- `AUTH=auth`
@@ -228,7 +228,7 @@ Check out the [project page](https://jira.mongodb.org/browse/GODRIVER) for ticke
228228
Commits to master are run automatically on [evergreen](https://evergreen.mongodb.com/waterfall/mongo-go-driver).
229229

230230
-------------------------
231-
## Thanks and Acknowledgement
231+
## Thanks and Acknowledgement
232232

233233
<a href="https://github.com/ashleymcnamara">@ashleymcnamara</a> - Mongo Gopher Artwork
234234

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ module go.mongodb.org/mongo-driver
22

33
go 1.10
44

5+
retract (
6+
[v1.6.0, v1.6.1] // Contains data race bug in background connection establishment.
7+
[v1.7.0, v1.7.1] // Contains data race bug in background connection establishment.
8+
)
9+
510
require (
611
github.com/go-stack/stack v1.8.0
712
github.com/gobuffalo/genny v0.1.1 // indirect

0 commit comments

Comments
 (0)