From 656147055e57bfc03eef522e01c29947a2c1e316 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:26:58 +0000 Subject: [PATCH] chore(deps): update golang version --- Dockerfile.debug | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.debug b/Dockerfile.debug index d870ba1..0d55583 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.20.7-bookworm AS build +FROM golang:1.22.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 dd3144d..2ea370f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-ecs -go 1.20 +go 1.22.2 require ( github.com/newrelic/infra-integrations-sdk v3.8.2+incompatible