mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-09 22:54:18 +00:00
Update go/goreleaser
This commit is contained in:
parent
1bd44986dd
commit
da924addff
4 changed files with 8 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue