Compare commits
2 Commits
b842dd5263
...
144fdd8bf3
Author | SHA1 | Date |
---|---|---|
wpetit | 144fdd8bf3 | |
wpetit | 8b33bacbd5 |
3
Makefile
3
Makefile
|
@ -138,7 +138,8 @@ version: .mktools
|
||||||
|
|
||||||
update-edge-lib:
|
update-edge-lib:
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
GOPROXY=direct GOPRIVATE=forge.cadoles.com/arcad/edge go get -u forge.cadoles.com/arcad/edge
|
go clean -modcache
|
||||||
|
GONOPROXY=forge.cadoles.com/arcad/edge GOPRIVATE=forge.cadoles.com/arcad/edge go get -v -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
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"edge.sdk.client.test": {
|
"edge.sdk.client.test": {
|
||||||
"url": "https://emissary.cadol.es/files/apps/edge.sdk.client.test_2023.10.11-stable.943.4d064de.zip",
|
"url": "https://emissary.cadol.es/files/apps/edge.sdk.client.test_2023.10.22-stable.847.22a3326.zip",
|
||||||
"sha256sum": "5419054e09342f5b9834771c087385b0fb425ebdbca3d91aa69eab98d909ca57",
|
"sha256sum": "37aa6c4af57b647dc5cae4ec7d36f4289d99c1f090e533997e0d59188a0a04f4",
|
||||||
"address": ":8084",
|
"address": ":8084",
|
||||||
"format": "zip",
|
"format": "zip",
|
||||||
"storage": {
|
"storage": {
|
||||||
|
|
Loading…
Reference in New Issue