From 20091135f28bb3beb080eefc5a5358f74f876ce4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 19:37:08 +0000 Subject: [PATCH] chore(deps): 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 f7da6ebd..698c7fa2 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