From 8c7124949e731ef75a3c1d17365f80bed361e516 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:47:22 +0000 Subject: [PATCH] chore(deps): update golang version to v1.23.2 --- Dockerfile.debug | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.debug b/Dockerfile.debug index bc1767e..f6dda2a 100644 --- a/Dockerfile.debug +++ b/Dockerfile.debug @@ -1,6 +1,6 @@ #### Please note that this dockerfile is not used to release the image, #### It is used merely to create a test image to run tests or to be uploaded manually for testing pourpuses -FROM golang:1.22.6-bookworm AS build +FROM golang:1.23.2-bookworm AS build RUN apk add --no-cache --update git make WORKDIR /go/src/github.com/newrelic/nri-ecs diff --git a/go.mod b/go.mod index db46363..a32b84b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-ecs -go 1.22.6 +go 1.23.2 require ( github.com/newrelic/infra-integrations-sdk v3.8.2+incompatible