Skip to content

Commit

Permalink
GODRIVER-2151 Retract v1.6.0-v1.6.1 and v1.7.0-v1.7.1 (mongodb#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjirewis authored and Mohammad Fahim Abrar committed Mar 17, 2022
1 parent fa9e088 commit c723282
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The MongoDB supported driver for Go.
-------------------------
## Requirements

- Go 1.10 or higher. We aim to support the latest supported versions of go.
- 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.
- MongoDB 2.6 and higher.

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

-------------------------
## Thanks and Acknowledgement
## Thanks and Acknowledgement

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

Expand Down
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ module go.mongodb.org/mongo-driver

go 1.10

retract (
[v1.6.0, v1.6.1] // Contains data race bug in background connection establishment.
[v1.7.0, v1.7.1] // Contains data race bug in background connection establishment.
)

require (
github.com/go-stack/stack v1.8.0
github.com/gobuffalo/genny v0.1.1 // indirect
Expand Down

0 comments on commit c723282

Please sign in to comment.