Set Go toolchain to v1.26.1 and apply modernizations (#138)

This change makes sure that we use the latest Go version when building
and applies some modernization fixes.
This commit is contained in:
Philip Laine
2026-03-12 21:40:36 +01:00
committed by GitHub
parent 0fde3631b2
commit 47b1f55c45
8 changed files with 34 additions and 41 deletions
+2
View File
@@ -2,6 +2,8 @@ module github.com/netbirdio/kubernetes-operator
go 1.25.0
toolchain go1.26.1
require (
github.com/go-logr/logr v1.4.3
github.com/google/uuid v1.6.0