Test examples against latest release

This commit is contained in:
natasha41575
2022-02-02 12:02:01 -08:00
parent 746bd18a8c
commit 3277ff9dbf
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.3.0
LATEST_V4_RELEASE=v4.5.1
# Provide defaults for REPO_OWNER and REPO_NAME if not present.
# Typically these values would be provided by Prow.