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
This commit is contained in:
2025-02-06 18:03:34 +01:00
parent dbcd564d2f
commit 459c83aac1
+1 -3
View File
@@ -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