From f62f4234c061c51c50be743bdbe7752534a136bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:42:57 +0000 Subject: [PATCH] chore(deps): update golang version --- build/Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 68acc2ae..7a5f8e95 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.5-bookworm +FROM golang:1.23.0-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