diff --git a/Dockerfile.debug b/Dockerfile.debug index bc1767e..ca6bc0a 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.1-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