From 459c83aac110f8c56b39b2048f34b6283efb54d7 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 6 Feb 2025 18:03:34 +0100 Subject: [PATCH] fix(go.mod): update Go version and toolchain version Updates the Go version from 1.23.0 to 1.23.6 to ensure compatibility and --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index eea6a06..4dd1fc8 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module gitlab.com/unboundsoftware/default-request-adder -go 1.23.0 - -toolchain go1.23.6 +go 1.23.6 require ( k8s.io/api v0.32.1