chore(deps): update golangci/golangci-lint docker tag to v1.58.0 (#330)

This commit is contained in:
Dependency bot 2024-05-05 00:59:58 +00:00
parent eb08c46dcd
commit 7c49c4b967
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ when:
steps:
lint:
depends_on: []
image: golangci/golangci-lint:v1.57.2
image: golangci/golangci-lint:v1.58.0
commands:
- go version
- go install mvdan.cc/gofumpt@latest