From 8604ce45eebb2aa31a9a54fdd0813b4c29611e25 Mon Sep 17 00:00:00 2001 From: repo-updater Date: Wed, 2 Oct 2024 04:37:09 +0000 Subject: [PATCH] [repo-updater] update golang to go1.23.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 205d123..250fc84 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/elisasre/networkpolicy-controller go 1.23 -toolchain go1.23.1 +toolchain go1.23.2 require ( github.com/elisasre/mageutil v1.6.1