Test examples against latest release

This commit is contained in:
Katrina Verey
2021-11-11 15:59:54 -08:00
parent e9ea7657ee
commit 92c505a211

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.4.0
LATEST_V4_RELEASE=v4.4.1
# Provide defaults for REPO_OWNER and REPO_NAME if not present.
# Typically these values would be provided by Prow.