From 05988f573e32812f51d0cabb2a9c2c488012d968 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:36:59 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.3 (#533) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tools/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/go.mod b/tools/go.mod index d63d3387..e1dc94fe 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.2 +toolchain go1.23.3 require ( github.com/AlekSi/gocov-xml v1.1.0