From 0ef6bb221322a162fd34b4b9447dd1b7d9844dbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:33:35 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5938883..5128b3c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-vsphere -go 1.23.3 +go 1.23.4 require ( github.com/newrelic/infra-integrations-sdk/v3 v3.9.1