You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The MongoDB supported driver for Go.
22
22
-------------------------
23
23
## Requirements
24
24
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.
26
26
- MongoDB 2.6 and higher.
27
27
28
28
-------------------------
@@ -185,7 +185,7 @@ mongod \
185
185
To run the tests with `make`, set:
186
186
-`MONGO_GO_DRIVER_CA_FILE` to the location of the CA file used by the database
187
187
-`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`
189
189
-`MONGO_GO_DRIVER_PKCS8_UNENCRYPTED_KEY_FILE` to the location of the unencrypted pkcs8 key file
190
190
-`MONGODB_URI` to the connection string of the server
191
191
-`AUTH=auth`
@@ -228,7 +228,7 @@ Check out the [project page](https://jira.mongodb.org/browse/GODRIVER) for ticke
228
228
Commits to master are run automatically on [evergreen](https://evergreen.mongodb.com/waterfall/mongo-go-driver).
0 commit comments