Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 0f64237

Browse files
Merge pull request #219 from caseydavenport/support-libcalico-branch-3.3
Pin to correct release-v3.3 branch
2 parents 8db5706 + 2cd826d commit 0f64237

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
@@ -198,7 +198,7 @@ vendor vendor/.up-to-date: glide.lock
198198

199199
# Default the libcalico repo and version but allow them to be overridden
200200
LIBCALICO_REPO?=github.com/projectcalico/libcalico-go
201-
LIBCALICO_VERSION?=$(shell git ls-remote git@github.com:projectcalico/libcalico-go master 2>/dev/null | cut -f 1)
201+
LIBCALICO_VERSION?=$(shell git ls-remote git@github.com:projectcalico/libcalico-go release-v3.3 2>/dev/null | cut -f 1)
202202

203203
## Update libcalico pin in glide.yaml
204204
update-libcalico:

0 commit comments

Comments
 (0)