Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update mongo driver version #1148

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Kusbek
Copy link

@Kusbek Kusbek commented Aug 29, 2024

Mongo has released >1.15 version and we use "GODRIVER-2081 Add support for AWS IAM Roles for service accounts." feature added in this release of mongo-driver.

Update
go.mongodb.org/mongo-driver v1.7.5 -> v1.15.1

PS. v1.15.1 does not support mongodb 3.4, which are in tests after I tried to update locally. I can open a PR for review if needed

@@ -43,7 +43,10 @@ require (
modernc.org/sqlite v1.18.1
)

require github.com/jackc/puddle/v2 v2.2.1 // indirect
require (

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be combined with the block below.

@coveralls
Copy link

Coverage Status

coverage: 56.335%. remained the same
when pulling ba8cfd3 on EvergenEnergy:update-mongo-driver-version
into 2477f63 on golang-migrate:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants