hack: use "latest" apidiff

Pinning apidiff to a specific version shouldn't be necessary because, if past
experience in klog holds true, the latest version just works. This way we don't
have to remember to bump up the revision.

The downside of using "latest" is that a compromise of that version would give
an attacker the ability to run code in the CI and on developer machines.
This commit is contained in:
Patrick Ohly
2024-04-23 15:01:50 +02:00
parent 00ceebef57
commit 4bb5fe68cc
4 changed files with 18 additions and 22 deletions

View File

@@ -36,5 +36,4 @@ import (
// tools like cpu
_ "go.uber.org/automaxprocs"
_ "golang.org/x/exp/cmd/apidiff"
)