Merge pull request #6557 from thaJeztah/bump_golangci_lint

Dockerfile: update golangci-lint to v2.5.0 (for go1.25)
This commit is contained in:
Paweł Gronowski
2025-10-13 12:02:34 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@
// based on https://github.com/golang/go/blob/master/src/text/tabwriter/tabwriter.go Last modified 690ac40 on 31 Jan
//nolint:gocyclo,nakedret,unused // ignore linting errors, so that we can stick close to upstream
//nolint:gocyclo,gofumpt,nakedret,unused // ignore linting errors, so that we can stick close to upstream
package tabwriter
import (