We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb23102 commit afaba02Copy full SHA for afaba02
go.mod
@@ -1,6 +1,6 @@
1
module github.com/newrelic/nri-mongodb
2
3
-go 1.23.5
+go 1.23.6
4
5
require (
6
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
tests/integration/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.23.5-bookworm as builder
+FROM golang:1.23.6-bookworm as builder
ARG CGO_ENABLED=0
WORKDIR /go/src/github.com/newrelic/nri-mongodb
COPY . .
0 commit comments