chore: add task to update arcad/edge dependency
arcad/emissary/pipeline/head This commit looks good
Details
arcad/emissary/pipeline/head This commit looks good
Details
This commit is contained in:
parent
2d2dc29c84
commit
12f8b3aa25
8
Makefile
8
Makefile
|
@ -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
|
Loading…
Reference in New Issue