mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
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 -->
This commit is contained in:
@@ -2,7 +2,7 @@ module github.com/netbirdio/kubernetes-operator
|
|||||||
|
|
||||||
go 1.26.0
|
go 1.26.0
|
||||||
|
|
||||||
toolchain go1.26.3
|
toolchain go1.26.5
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/fluxcd/pkg/runtime v0.111.0
|
github.com/fluxcd/pkg/runtime v0.111.0
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ module github.com/netbirdio/kubernetes-operator/test/e2e
|
|||||||
|
|
||||||
go 1.26.0
|
go 1.26.0
|
||||||
|
|
||||||
toolchain go1.26.3
|
toolchain go1.26.5
|
||||||
|
|
||||||
replace github.com/netbirdio/kubernetes-operator => ../../
|
replace github.com/netbirdio/kubernetes-operator => ../../
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user