From e4365a722da36c53bc041512c311f5bcab4f680f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:39:08 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.4 --- tools/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/go.mod b/tools/go.mod index e1dc94fe..9867cfa4 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -2,7 +2,7 @@ module github.com/newrelic/nri-flex/tools go 1.22.0 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/AlekSi/gocov-xml v1.1.0