From 6101ce1724b493069a6b16f7d559edb4d0aec776 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 23:04:02 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.6 --- 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