From 3c1c6675d9ee7965f1e9a79e8a9b57ab40d348d8 Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Mon, 13 Jul 2026 15:31:57 +0200 Subject: [PATCH] Bump Go to 1.26.5 (#369) ## Summary by CodeRabbit * **Chores** * Updated the required Go toolchain version to 1.26.5. * Applied the same toolchain update to end-to-end testing components. --- go.mod | 2 +- test/e2e/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index d3c1c87..6a183d6 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/netbirdio/kubernetes-operator go 1.26.0 -toolchain go1.26.3 +toolchain go1.26.5 require ( github.com/fluxcd/pkg/runtime v0.111.0 diff --git a/test/e2e/go.mod b/test/e2e/go.mod index c9b69a2..3035a27 100644 --- a/test/e2e/go.mod +++ b/test/e2e/go.mod @@ -2,7 +2,7 @@ module github.com/netbirdio/kubernetes-operator/test/e2e go 1.26.0 -toolchain go1.26.3 +toolchain go1.26.5 replace github.com/netbirdio/kubernetes-operator => ../../