Skip to content

Commit

Permalink
Merge pull request #219 from caseydavenport/support-libcalico-branch-3.3
Browse files Browse the repository at this point in the history
Pin to correct release-v3.3 branch
  • Loading branch information
caseydavenport authored Nov 9, 2018
2 parents 8db5706 + 2cd826d commit 0f64237
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 @@ -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 [email protected]:projectcalico/libcalico-go master 2>/dev/null | cut -f 1)
LIBCALICO_VERSION?=$(shell git ls-remote [email protected]:projectcalico/libcalico-go release-v3.3 2>/dev/null | cut -f 1)

## Update libcalico pin in glide.yaml
update-libcalico:
Expand Down

0 comments on commit 0f64237

Please sign in to comment.