Skip to content

Commit

Permalink
envtest: Stick to a specific setup-envtest version
Browse files Browse the repository at this point in the history
Using `@latest` for tools dependecies produces unrepeatable
builds which might break at any point in time. This is
particularly important when maintaining released versions
which need a backport fix.

Note: At the moment is not possible to reference the package
`sigs.k8s.io/controller-runtime/tools/setup-envtest` with a specific
version:

```
go: sigs.k8s.io/controller-runtime/tools/[email protected]: module sigs.k8s.io/[email protected] found, but does not contain package sigs.k8s.io/controller-runtime/tools/setup-envtest
```

See kubernetes-sigs/kubebuilder#2480

Ref:
openshift#849
Signed-off-by: Andrea Panattoni <[email protected]>
  • Loading branch information
zeeke authored and SchSeba committed May 6, 2024
1 parent 7200fe0 commit e4b9374
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit e4b9374

Please sign in to comment.