mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-04 20:59:02 -04:00
misc: update golangci-lint related changes
This commit is contained in:
parent
dfeeb788ec
commit
cfaba0b1c3
3 changed files with 7 additions and 5 deletions
|
@ -61,7 +61,7 @@ func runMeasurementsUpload(cmd *cobra.Command, _ []string) error {
|
|||
}
|
||||
defer func() {
|
||||
if err := uploadCClose(cmd.Context()); err != nil {
|
||||
log.Error("closing upload client: %v", err)
|
||||
log.Error("closing upload client", "error", err)
|
||||
}
|
||||
}()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue