Skip to content

Commit e48dc1b

Browse files
[fix] bump hardcoded envtest version (#450)
We bumped envtest in 83e7008 but forgot to update the binary assets path accordingly.
1 parent 6ae123b commit e48dc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/suite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ var _ = BeforeSuite(func() {
126126
// Note that you must have the required binaries setup under the bin directory to perform
127127
// the tests directly. When we run make test it will be setup and used automatically.
128128
BinaryAssetsDirectory: filepath.Join("..", "bin", "k8s",
129-
fmt.Sprintf("1.28.0-%s-%s", runtime.GOOS, runtime.GOARCH)),
129+
fmt.Sprintf("1.30.0-%s-%s", runtime.GOOS, runtime.GOARCH)),
130130
}
131131

132132
var err error

0 commit comments

Comments
 (0)