From 9ce4e0cfd78f3cea56e5e5f08922deb1a6e8f267 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 04:37:29 +0000 Subject: [PATCH] chore(deps): update golang version to v1.23.1 --- build/Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 68acc2ae..5c1dda31 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.5-bookworm +FROM golang:1.23.1-bookworm ARG GH_VERSION='2.23.0' diff --git a/go.mod b/go.mod index 82986661..3ce89e3d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-prometheus -go 1.22.5 +go 1.23.1 require ( github.com/newrelic/infra-integrations-sdk/v4 v4.2.1