1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 12:05:39 +03:00

Merge pull request #905 from wader/bump-make-golangci-lint-1.57.2

Update make-golangci-lint to 1.57.2 from 1.57.1
This commit is contained in:
Mattias Wadman 2024-03-29 18:03:02 +01:00 committed by GitHub
commit 90c0d9be94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ gogenerate: always
lint: always
# bump: make-golangci-lint /golangci-lint@v([\d.]+)/ git:https://github.com/golangci/golangci-lint.git|^1
# bump: make-golangci-lint link "Release notes" https://github.com/golangci/golangci-lint/releases/tag/v$LATEST
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.1 run
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2 run
depgraph.svg: always
go run github.com/kisielk/godepgraph@latest github.com/wader/fq | dot -Tsvg -o godepgraph.svg