Skip to content

Commit 446c98e

Browse files
committed
Fix a bit
1 parent fa2d6a2 commit 446c98e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/v1alpha1/webhook_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ var _ = BeforeSuite(func() {
7373
// Note that you must have the required binaries setup under the bin directory to perform
7474
// the tests directly. When we run make test it will be setup and used automatically.
7575
BinaryAssetsDirectory: filepath.Join("..", "..", "bin", "k8s",
76-
fmt.Sprintf("1.30.0-%s-%s", runtime.GOOS, runtime.GOARCH)),
76+
fmt.Sprintf("1.30.1-%s-%s", runtime.GOOS, runtime.GOARCH)),
7777

7878
WebhookInstallOptions: envtest.WebhookInstallOptions{
7979
Paths: []string{filepath.Join("..", "..", "config", "webhook")},

internal/controller/factory/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var _ = BeforeSuite(func() {
6565
// Note that you must have the required binaries setup under the bin directory to perform
6666
// the tests directly. When we run make test it will be setup and used automatically.
6767
BinaryAssetsDirectory: filepath.Join("..", "..", "..", "bin", "k8s",
68-
fmt.Sprintf("1.30.0-%s-%s", runtime.GOOS, runtime.GOARCH)),
68+
fmt.Sprintf("1.30.1-%s-%s", runtime.GOOS, runtime.GOARCH)),
6969
}
7070
})
7171

internal/controller/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var _ = BeforeSuite(func() {
6666
// Note that you must have the required binaries setup under the bin directory to perform
6767
// the tests directly. When we run make test it will be setup and used automatically.
6868
BinaryAssetsDirectory: filepath.Join("..", "..", "bin", "k8s",
69-
fmt.Sprintf("1.30.0-%s-%s", runtime.GOOS, runtime.GOARCH)),
69+
fmt.Sprintf("1.30.1-%s-%s", runtime.GOOS, runtime.GOARCH)),
7070
}
7171
})
7272

0 commit comments

Comments
 (0)