1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 14:41:10 +01:00
Files
descheduler/vendor/k8s.io/gengo/v2/Makefile
Amir Alavi f4c3fdf418 bump to kubernetes v0.32.0-rc.2
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
2024-12-06 16:25:40 -05:00

15 lines
446 B
Makefile
Vendored

all:
go build ./...
test:
GODEBUG=gotypesalias=0 go test -race ./... -count=1
GODEBUG=gotypesalias=1 go test -race ./... -count=1
# We verify for the maximum version of the go directive as 1.20
# here because the oldest go directive that exists on our supported
# release branches in k/k is 1.20.
verify:
GODEBUG=gotypesalias=0 ./hack/verify-examples.sh
GODEBUG=gotypesalias=1 ./hack/verify-examples.sh
./hack/verify-go-directive.sh 1.20