Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit e8b0406

Browse files
committed
makefile: bump vendor version
1 parent 0c68905 commit e8b0406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ conformance-%: clean all
5050

5151
# This will naively try and create a vendor dir from a k8s release
5252
# USE: make vendor VENDOR_VERSION=vX.Y.Z
53-
VENDOR_VERSION = v1.3.0-beta.2
53+
VENDOR_VERSION = v1.3.0
5454
vendor: vendor-$(VENDOR_VERSION)
5555

5656
vendor-$(VENDOR_VERSION):

0 commit comments

Comments
 (0)