From a641ec63632301080b11e49e8410fb34821d8ab8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:34:11 +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 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