chore: update edge lib without goproxy
arcad/emissary/pipeline/head This commit looks good
Details
arcad/emissary/pipeline/head This commit looks good
Details
This commit is contained in:
parent
e975381b4f
commit
d188af81af
2
Makefile
2
Makefile
|
@ -158,7 +158,7 @@ full-version:
|
||||||
|
|
||||||
update-edge-lib:
|
update-edge-lib:
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
GOPRIVATE=forge.cadoles.com/arcad/edge go get -u forge.cadoles.com/arcad/edge
|
GOPROXY=direct GOPRIVATE=forge.cadoles.com/arcad/edge go get -u forge.cadoles.com/arcad/edge
|
||||||
go mod tidy
|
go mod tidy
|
||||||
$(MAKE) test
|
$(MAKE) test
|
||||||
git add go.mod go.sum
|
git add go.mod go.sum
|
||||||
|
|
Loading…
Reference in New Issue