From 1d62c0c1b11a2abe530fcd49e19eb72b21a20625 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:51:35 +0000 Subject: [PATCH] chore(deps): update golang version --- build/Dockerfile | 2 +- go.mod | 2 +- tests/integration/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index d68eff1..a0b78a5 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.5-bookworm +FROM golang:1.22.6-bookworm ARG GH_VERSION='1.9.2' diff --git a/go.mod b/go.mod index 5051475..cb6aded 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-mongodb -go 1.22.5 +go 1.23.0 require ( github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index 37db73c..050dcd7 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.5-bookworm as builder +FROM golang:1.22.6-bookworm as builder ARG CGO_ENABLED=0 WORKDIR /go/src/github.com/newrelic/nri-mongodb COPY . .