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

@ -179,6 +179,6 @@ type mirrorChecker interface {
type noOpMirrorChecker struct{}
func (m *noOpMirrorChecker) Check(ctx context.Context, expectedHash string) error {
func (m *noOpMirrorChecker) Check(_ context.Context, _ string) error {
return nil
}