From ceaabfd2363412fabd3b5caa3e0f21a3cc64c940 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:42:19 +0000 Subject: [PATCH] Update dependency go to 1.21 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b3e7b361..2a25ab1b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/k8s-metadata-injection -go 1.20 +go 1.21 require ( github.com/fsnotify/fsnotify v1.6.0