deps: update golangci/golangci-lint to v1.52.2 (#1598)

* deps: update golangci/golangci-lint to v1.52.2
* deps: tidy all modules
* fix linting issues

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
Co-authored-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
renovate[bot] 2023-04-05 18:40:35 +02:00 committed by GitHub
parent 1c03b066a6
commit d95a764b65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 25 deletions

View file

@ -38,7 +38,7 @@ func NewStatusCmd() *cobra.Command {
}
// runStatus runs the terminate command.
func runStatus(cmd *cobra.Command, args []string) error {
func runStatus(cmd *cobra.Command, _ []string) error {
log, err := newCLILogger(cmd)
if err != nil {
return fmt.Errorf("creating logger: %w", err)