mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 16:58:37 +00:00
Update tool dependencies (#29030)
This commit is contained in:
@@ -63,7 +63,6 @@ func VerifyGPGKey(ctx context.Context, ownerID int64, keyID, token, signature st
|
||||
}
|
||||
if signer == nil {
|
||||
signer, err = hashAndVerifyWithSubKeys(sig, token+"\n", key)
|
||||
|
||||
if err != nil {
|
||||
return "", ErrGPGInvalidTokenSignature{
|
||||
ID: key.KeyID,
|
||||
|
Reference in New Issue
Block a user