From 006b428390834b623e6b1ef8c7a544d3b25b83ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:37:12 +0000 Subject: [PATCH] chore(deps): update golang version to v1.24.0 --- go.mod | 2 +- tests/integration/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index ab07ad9..e73f23d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-mongodb -go 1.23.5 +go 1.24.0 require ( github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index 44b1079..fb60e0e 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.5-bookworm as builder +FROM golang:1.24.0-bookworm as builder ARG CGO_ENABLED=0 WORKDIR /go/src/github.com/newrelic/nri-mongodb COPY . .