Skip to content

Commit

Permalink
Merge pull request #4536 from kubernetes-sigs/updateProwExamplesTarget
Browse files Browse the repository at this point in the history
Test examples against latest release
  • Loading branch information
KnVerey committed Mar 24, 2022
2 parents 271bf31 + 19955e7 commit c4febc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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.
Expand Down

0 comments on commit c4febc5

Please sign in to comment.