Skip to content

Commit 2732a5d

Browse files
committed
Add confidential-workflows plugin, update gitRefs to clean commit
Both confidential plugins now point at ed10df3 which has replace directives removed from go.mod, allowing loopinstall to build from the module cache on a clean checkout.
1 parent 033e712 commit 2732a5d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

plugins/plugins.private.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,9 @@ plugins:
5353
installPath: "."
5454
confidential-http:
5555
- moduleURI: "github.com/smartcontractkit/confidential-compute/enclave/apps/confidential-http/capability"
56-
gitRef: "6e03ab2b759f6a6983673e4071b712438b1c923c"
56+
gitRef: "ed10df3862dc8c70d85ee46f123138a87e7c7ed4"
5757
installPath: "./cmd/confidential-http"
58+
confidential-workflows:
59+
- moduleURI: "github.com/smartcontractkit/confidential-compute/enclave/apps/confidential-workflows/capability"
60+
gitRef: "ed10df3862dc8c70d85ee46f123138a87e7c7ed4"
61+
installPath: "./cmd/confidential-workflows"

0 commit comments

Comments
 (0)