From 6985b7821ce62a5e0c6df20fe579c06e0205dae6 Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Wed, 7 Nov 2018 21:32:38 -0800 Subject: [PATCH] Pin to correct release-v3.3 branch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01d2a65..6e3d10b 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ vendor: glide.yaml # Default the libcalico repo and version but allow them to be overridden LIBCALICO_REPO?=github.com/projectcalico/libcalico-go -LIBCALICO_VERSION?=$(shell git ls-remote git@github.com:projectcalico/libcalico-go master 2>/dev/null | cut -f 1) +LIBCALICO_VERSION?=$(shell git ls-remote git@github.com:projectcalico/libcalico-go release-v3.3 2>/dev/null | cut -f 1) ## Update libcalico pin in glide.yaml update-libcalico: