Skip to content

Commit

Permalink
Merge pull request #4207 from KnVerey/updateProwExamplesTarget
Browse files Browse the repository at this point in the history
Test examples against latest release
  • Loading branch information
k8s-ci-robot committed Sep 27, 2021
2 parents 274b123 + 94c82f6 commit 7153f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
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.3.0
LATEST_V4_RELEASE=v4.4.0

# 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 7153f33

Please sign in to comment.