chore: add task to update arcad/edge dependency
arcad/emissary/pipeline/head This commit looks good Details

This commit is contained in:
wpetit 2023-04-06 20:56:43 +02:00
parent 2d2dc29c84
commit 12f8b3aa25
1 changed files with 9 additions and 1 deletions

View File

@ -155,3 +155,11 @@ load-sample-specs:
full-version:
@echo $(FULL_VERSION)
update-edge-lib:
git pull --rebase
GOPRIVATE=forge.cadoles.com/arcad/edge go get -u forge.cadoles.com/arcad/edge
go mod tidy
git add go.mod go.sum
git commit -m "feat: update arcad/edge dependency"
git push