Update go/goreleaser

This commit is contained in:
Yann Hamon 2025-05-10 18:17:56 +02:00
parent 1bd44986dd
commit da924addff
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)