update hashTag functions to use PrepareVerify #205
Annotations
6 errors and 2 warnings
openpgp/packet/public_key.go#L852
cannot use sig.Hash (variable of type crypto.Hash) as hash.Hash value in argument to keySignatureHash: crypto.Hash does not implement hash.Hash (missing method BlockSize)
|
openpgp/packet/public_key.go#L905
assignment mismatch: 2 variables but keyRevocationHash returns 1 value
|
openpgp/packet/public_key.go#L905
cannot use sig.Hash (variable of type crypto.Hash) as hash.Hash value in argument to keyRevocationHash: crypto.Hash does not implement hash.Hash (missing method BlockSize)
|
openpgp/packet/public_key.go#L971
assignment mismatch: 2 variables but userIdSignatureHash returns 1 value
|
openpgp/packet/public_key.go#L971
cannot use sig.Hash (variable of type crypto.Hash) as hash.Hash value in argument to userIdSignatureHash: crypto.Hash does not implement hash.Hash (missing method BlockSize)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "gosop-140ea3162363f2a0e5e862e5f98bfb784098fd01-v1", "gosop-140ea3162363f2a0e5e862e5f98bfb784098fd01-v2".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading