From 14ce2559c876cd8ae9ac2fa72ceb5563856d979f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:46:52 +0200 Subject: [PATCH] chore(deps): update golang version to v1.23.2 (#160) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile.debug | 2 +- go.mod | 4 +--- 2 files changed, 2 insertions(+), 4 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 6a715b1..d1e621e 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/newrelic/nri-ecs -go 1.23 - -toolchain go1.23.1 +go 1.23.2 require ( github.com/newrelic/infra-integrations-sdk/v3 v3.9.1