From 87d9e4d6b2dcd66184a8112147662b877c2bdb30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 08:44:40 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.6 (#518) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c26cfc0a..3163687b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-prometheus -go 1.23.5 +go 1.23.6 require ( github.com/newrelic/infra-integrations-sdk/v4 v4.2.1