Skip to content

Commit 0bfc783

Browse files
committed
Update confidential plugin gitRefs with correct API versions
Previous commit pointed at go.mod without replace directives but with old dep versions. New commit (ed10df3) also bumps the root and framework deps so loopinstall builds compile.
1 parent ed98abb commit 0bfc783

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/plugins.private.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ plugins:
5353
installPath: "."
5454
confidential-http:
5555
- moduleURI: "github.com/smartcontractkit/confidential-compute/enclave/apps/confidential-http/capability"
56-
gitRef: "8c37d305d72c0efbac3c7872ae7636ebb384890e"
56+
gitRef: "ed10df3862dc8c70d85ee46f123138a87e7c7ed4"
5757
installPath: "./cmd/confidential-http"
5858
confidential-workflows:
5959
- moduleURI: "github.com/smartcontractkit/confidential-compute/enclave/apps/confidential-workflows/capability"
60-
gitRef: "8c37d305d72c0efbac3c7872ae7636ebb384890e"
60+
gitRef: "ed10df3862dc8c70d85ee46f123138a87e7c7ed4"
6161
installPath: "./cmd/confidential-workflows"

0 commit comments

Comments
 (0)