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