Skip to content

Commit

Permalink
[fix] bump hardcoded envtest version (#450)
Browse files Browse the repository at this point in the history
We bumped envtest in 83e7008 but forgot to update the binary assets path accordingly.
  • Loading branch information
AshleyDumaine authored Aug 9, 2024
1 parent 6ae123b commit e48dc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,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.0-%s-%s", runtime.GOOS, runtime.GOARCH)),
fmt.Sprintf("1.30.0-%s-%s", runtime.GOOS, runtime.GOARCH)),
}

var err error
Expand Down

0 comments on commit e48dc1b

Please sign in to comment.