diff --git a/internal/controller/suite_test.go b/internal/controller/suite_test.go index c3ca775..bf47dba 100644 --- a/internal/controller/suite_test.go +++ b/internal/controller/suite_test.go @@ -65,7 +65,7 @@ var _ = BeforeSuite(func() { // Note that you must have the required binaries setup under the bin directory to perform // the tests directly. When we run make test it will be setup and used automatically. BinaryAssetsDirectory: filepath.Join("..", "..", "bin", "k8s", - fmt.Sprintf("1.28.3-%s-%s", runtime.GOOS, runtime.GOARCH)), + fmt.Sprintf("1.30.0-%s-%s", runtime.GOOS, runtime.GOARCH)), } var err error