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
go.mongodb.org/mongo-driver < 1.5.1 has a vulnerability. While the SDK
won't be affected, having old mongo-driver package makes automated
security notificaion systems (incl. GitHub's) unhappy.
To upgrade mongo-driver, we need to upgrade github.com/go-openapi packages.
However they don't work on Go 1.11 and 1.12.
This change removes Go 1.11 and Go 1.12 from GitHub Actions.
They are no longer supported by the Go team and many packages don't
work on the versions anymore.
GHSA-f6mq-5m25-4r72
Signed-off-by: Kazuyoshi Kato <[email protected]>
0 commit comments