Skip to content

Commit 3c1c667

Browse files
authored
Bump Go to 1.26.5 (#369)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## 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. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent e5904ef commit 3c1c667

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/netbirdio/kubernetes-operator
22

33
go 1.26.0
44

5-
toolchain go1.26.3
5+
toolchain go1.26.5
66

77
require (
88
github.com/fluxcd/pkg/runtime v0.111.0

test/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/netbirdio/kubernetes-operator/test/e2e
22

33
go 1.26.0
44

5-
toolchain go1.26.3
5+
toolchain go1.26.5
66

77
replace github.com/netbirdio/kubernetes-operator => ../../
88

0 commit comments

Comments
 (0)