chore: update edge lib without goproxy
arcad/emissary/pipeline/head This commit looks good Details

This commit is contained in:
wpetit 2023-04-25 13:54:01 +02:00
parent e975381b4f
commit d188af81af
1 changed files with 1 additions and 1 deletions

View File

@ -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