Skip to content

Commit a42f10e

Browse files
committed
pin envtest version due to an upstream bug
1 parent f2bd58e commit a42f10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ main() {
1010
}
1111

1212
tools() {
13-
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
13+
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20230216140739-c98506dc3b8e
1414
go install sigs.k8s.io/controller-tools/cmd/[email protected]
1515
go install github.com/google/ko@latest
1616

0 commit comments

Comments
 (0)