Test examples against latest release

This commit is contained in:
Katrina Verey
2022-03-24 17:32:17 -04:00
parent 271bf31ce9
commit 19955e73ff

View File

@@ -12,7 +12,7 @@ MYGOBIN = $(shell go env GOPATH)/bin
endif
export PATH := $(MYGOBIN):$(PATH)
MODULES := '"cmd/config" "api/" "kustomize/" "kyaml/"'
LATEST_V4_RELEASE=v4.5.2
LATEST_V4_RELEASE=v4.5.3
# Provide defaults for REPO_OWNER and REPO_NAME if not present.
# Typically these values would be provided by Prow.