Skip to content

Commit

Permalink
Merge pull request #62 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 8, 2018
2 parents 9ba0eeb + 6985b78 commit 9561143
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 @@ -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:
Expand Down

0 comments on commit 9561143

Please sign in to comment.