Skip to content

Commit

Permalink
add 1-26 and 1-27 to vendored list
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrozean committed Jun 13, 2024
1 parent a6a15bc commit 0e277c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/kubernetes/cloud-provider-aws/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ HAS_S3_ARTIFACTS=true
# 1-28 and 1-29 includes patches that add the vendor directory
# as well as one that modifies content inside the vendor directory
# set to true to avoid downloading deps overwriting this change/patch
RELEASE_BRANCHES_VENDORED=1-28 1-29
RELEASE_BRANCHES_VENDORED=1-26 1-27 1-28 1-29
GO_MODS_VENDORED=$(if $(filter $(RELEASE_BRANCH),$(RELEASE_BRANCHES_VENDORED)),true,false)
EXTRA_GO_LDFLAGS=-X k8s.io/component-base/version.gitVersion=$(GIT_TAG)

Expand Down

0 comments on commit 0e277c4

Please sign in to comment.