feat: update kms go #3400
build.yml
on: pull_request
Semantic Pull Request Check
4s
Publish image
0s
Annotations
30 errors and 8 warnings
Checks
cannot use &keyCreator{…} (value of type *keyCreator) as api.KeyCreator value in return statement: *keyCreator does not implement api.KeyCreator (missing method ExportPubKeyBytes)
|
Checks
cannot use &keyCreator{…} (value of type *keyCreator) as api.RawKeyCreator value in return statement: *keyCreator does not implement api.RawKeyCreator (missing method ExportPubKeyBytes)
|
Checks
cannot use &keyCreator{…} (value of type *keyCreator) as api.KeyCreator value in return statement: *keyCreator does not implement api.KeyCreator (missing method ExportPubKeyBytes)
|
Checks
cannot use &keyCreator{…} (value of type *keyCreator) as api.RawKeyCreator value in return statement: *keyCreator does not implement api.RawKeyCreator (missing method ExportPubKeyBytes)
|
Checks
no required module provides package github.com/golang/mock/mockgen/model: go.mod file not found in current directory or any parent directory; see 'go help modules'
|
Checks
no required module provides package github.com/trustbloc/vcs/pkg/observability/tracing/wrappers/credentialstatus/component: go.mod file not found in current directory or any parent directory; see 'go help modules'
|
Checks
cannot use &keyCreator{…} (value of type *keyCreator) as api.KeyCreator value in return statement: *keyCreator does not implement api.KeyCreator (missing method ExportPubKeyBytes)
|
Checks
cannot use &keyCreator{…} (value of type *keyCreator) as api.RawKeyCreator value in return statement: *keyCreator does not implement api.RawKeyCreator (missing method ExportPubKeyBytes)
|
Checks
cannot use &keyCreator{…} (value of type *keyCreator) as api.KeyCreator value in return statement: *keyCreator does not implement api.KeyCreator (missing method ExportPubKeyBytes)
|
Checks
cannot use &keyCreator{…} (value of type *keyCreator) as api.RawKeyCreator value in return statement: *keyCreator does not implement api.RawKeyCreator (missing method ExportPubKeyBytes)
|
BDDTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.KeyCreator value in return statement: *keyCreator does not implement api.KeyCreator (missing method ExportPubKeyBytes)
|
BDDTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.RawKeyCreator value in return statement: *keyCreator does not implement api.RawKeyCreator (missing method ExportPubKeyBytes)
|
BDDTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.KeyCreator value in return statement: *keyCreator does not implement api.KeyCreator (missing method ExportPubKeyBytes)
|
BDDTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.RawKeyCreator value in return statement: *keyCreator does not implement api.RawKeyCreator (missing method ExportPubKeyBytes)
|
BDDTest
no required module provides package github.com/golang/mock/mockgen/model: go.mod file not found in current directory or any parent directory; see 'go help modules'
|
BDDTest
no required module provides package github.com/trustbloc/vcs/pkg/observability/tracing/wrappers/credentialstatus/component: go.mod file not found in current directory or any parent directory; see 'go help modules'
|
BDDTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.KeyCreator value in return statement: *keyCreator does not implement api.KeyCreator (missing method ExportPubKeyBytes)
|
BDDTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.RawKeyCreator value in return statement: *keyCreator does not implement api.RawKeyCreator (missing method ExportPubKeyBytes)
|
BDDTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.KeyCreator value in return statement: *keyCreator does not implement api.KeyCreator (missing method ExportPubKeyBytes)
|
BDDTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.RawKeyCreator value in return statement: *keyCreator does not implement api.RawKeyCreator (missing method ExportPubKeyBytes)
|
UnitTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.KeyCreator value in return statement: *keyCreator does not implement api.KeyCreator (missing method ExportPubKeyBytes)
|
UnitTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.RawKeyCreator value in return statement: *keyCreator does not implement api.RawKeyCreator (missing method ExportPubKeyBytes)
|
UnitTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.KeyCreator value in return statement: *keyCreator does not implement api.KeyCreator (missing method ExportPubKeyBytes)
|
UnitTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.RawKeyCreator value in return statement: *keyCreator does not implement api.RawKeyCreator (missing method ExportPubKeyBytes)
|
UnitTest
no required module provides package github.com/golang/mock/mockgen/model: go.mod file not found in current directory or any parent directory; see 'go help modules'
|
UnitTest
no required module provides package github.com/trustbloc/vcs/pkg/observability/tracing/wrappers/credentialstatus/component: go.mod file not found in current directory or any parent directory; see 'go help modules'
|
UnitTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.KeyCreator value in return statement: *keyCreator does not implement api.KeyCreator (missing method ExportPubKeyBytes)
|
UnitTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.RawKeyCreator value in return statement: *keyCreator does not implement api.RawKeyCreator (missing method ExportPubKeyBytes)
|
UnitTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.KeyCreator value in return statement: *keyCreator does not implement api.KeyCreator (missing method ExportPubKeyBytes)
|
UnitTest
cannot use &keyCreator{…} (value of type *keyCreator) as api.RawKeyCreator value in return statement: *keyCreator does not implement api.RawKeyCreator (missing method ExportPubKeyBytes)
|
Semantic Pull Request Check
The following actions uses node12 which is deprecated and will be forced to run on node16: amannn/action-semantic-pull-request@v4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Semantic Pull Request Check
The following actions use a deprecated Node.js version and will be forced to run on node20: amannn/action-semantic-pull-request@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
BDDTest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
BDDTest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
UnitTest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
UnitTest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|