Brad Beck
Results
2
comments of
Brad Beck
It appears that there may be an issue with `go.mongodb.org/mongo-driver v1.13.1`. In local testing this version of the driver appears to fail in this way. `v1.12.0`, `v1.13.2`, `v1.14.0` and `v1.15.0`...
The following assumes there is a MongoDB server running locally with a `tekton-chains` user and a `tekton-chains` database with a `bar` collection defined. ```go package main import ( "context" "fmt"...