chore(deps): bump golangci-lint to v1.58.2 (#6719)

Signed-off-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
Teppei Fukuda
2024-05-20 10:35:34 +04:00
committed by GitHub
parent ff32deb7bf
commit 65b8a40d0d
9 changed files with 24 additions and 24 deletions

View File

@@ -71,7 +71,7 @@ func (Tool) Wire() error {
// GolangciLint installs golangci-lint
func (t Tool) GolangciLint() error {
const version = "v1.57.2"
const version = "v1.58.2"
bin := filepath.Join(GOBIN, "golangci-lint")
if exists(bin) && t.matchGolangciLintVersion(bin, version) {
return nil