-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Go version and dependencies for MongoDB integration (#270)
* chore: update Go version and dependencies for MongoDB integration - Update Go version from 1.20 to 1.22 - Remove dependency on `github.com/bos-hieu/mongostore` - Upgrade `github.com/gorilla/sessions` from v1.2.2 to v1.3.0 - Add dependency on `github.com/laziness-coders/mongostore` v0.0.14 - Upgrade `go.mongodb.org/mongo-driver` from v1.14.0 to v1.16.0 - Import `github.com/laziness-coders/mongostore` in `mongodriver.go` Signed-off-by: appleboy <[email protected]> * ci: remove Go versions 1.20 and 1.21 from workflows - Remove Go versions 1.20 and 1.21 from the lint workflow - Remove Go versions 1.20 and 1.21 from the testing workflow Signed-off-by: appleboy <[email protected]> --------- Signed-off-by: appleboy <[email protected]>
- Loading branch information
Showing
5 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters