mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
Update to Go 1.26.3 (#261)
This change bumps the toolchain version and also enables dependabot updates for e2e tests. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated Go toolchain to a newer version for improved stability and performance * Enhanced automated dependency management configuration for development and testing environments <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/netbirdio/kubernetes-operator/pull/261?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -19,3 +19,13 @@ updates:
|
|||||||
k8s:
|
k8s:
|
||||||
patterns:
|
patterns:
|
||||||
- "k8s.io/*"
|
- "k8s.io/*"
|
||||||
|
- package-ecosystem: "gomod"
|
||||||
|
directories:
|
||||||
|
- "/test/e2e"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
open-pull-requests-limit: 15
|
||||||
|
groups:
|
||||||
|
gomod-e2e:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ module github.com/netbirdio/kubernetes-operator
|
|||||||
|
|
||||||
go 1.26.0
|
go 1.26.0
|
||||||
|
|
||||||
toolchain go1.26.2
|
toolchain go1.26.3
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/fluxcd/pkg/runtime v0.106.0
|
github.com/fluxcd/pkg/runtime v0.106.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.2
|
toolchain go1.26.3
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/go-openapi/testify/v2 v2.5.0
|
github.com/go-openapi/testify/v2 v2.5.0
|
||||||
|
|||||||
Reference in New Issue
Block a user