From 0ad76b96b89cd0b76b217f6b793ab2382d082090 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:08:13 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c439b527..213c3d77 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/k8s-metadata-injection -go 1.23.0 +go 1.23.1 require ( github.com/fsnotify/fsnotify v1.7.0