From 2cd826da5475d32905c875623aba665a0fa146f7 Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Wed, 7 Nov 2018 21:40:11 -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 621bdf6c..8c9a94ab 100644 --- a/Makefile +++ b/Makefile @@ -198,7 +198,7 @@ vendor vendor/.up-to-date: glide.lock # 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: