Update go/goreleaser (#322)

This commit is contained in:
Yann Hamon 2025-05-10 18:20:42 +02:00 committed by GitHub
parent 1bd44986dd
commit df26febc54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -103,7 +103,7 @@ func (r SchemaRegistry) DownloadSchema(resourceKind, resourceAPIVersion, k8sVers
if r.debug {
log.Print(msg)
}
return url, nil, fmt.Errorf(msg)
return url, nil, fmt.Errorf("%s", msg)
}
body, err := io.ReadAll(resp.Body)