From 1d9d2863101930259366a79fba7a6bdb0163d87c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 04:16:10 +0000 Subject: [PATCH] chore(deps): update golang version to v1.23.3 --- 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 fc3651d..eff621a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2-bookworm +FROM golang:1.23.3-bookworm ARG GH_VERSION='1.9.2' diff --git a/go.mod b/go.mod index 5e246e6..1d8619a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-mongodb -go 1.23.2 +go 1.23.3 require ( github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index aaab0a6..a9bf2a3 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2-bookworm as builder +FROM golang:1.23.3-bookworm as builder ARG CGO_ENABLED=0 WORKDIR /go/src/github.com/newrelic/nri-mongodb COPY . .