Test examples against latest release

This commit is contained in:
natasha41575
2022-02-09 16:16:10 -08:00
parent 9091919699
commit b4e116346e
9 changed files with 15 additions and 15 deletions

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