mirror of
https://github.com/wader/fq.git
synced 2024-11-24 03:05:22 +03:00
Update make-golangci-lint to 1.62.0 from 1.61.0
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.62.0
This commit is contained in:
parent
a4372cb127
commit
582e769a64
2
Makefile
2
Makefile
@ -61,7 +61,7 @@ gogenerate: always
|
|||||||
lint: always
|
lint: always
|
||||||
# bump: make-golangci-lint /golangci-lint@v([\d.]+)/ git:https://github.com/golangci/golangci-lint.git|^1
|
# 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
|
# 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.61.0 run
|
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.62.0 run
|
||||||
|
|
||||||
depgraph.svg: always
|
depgraph.svg: always
|
||||||
go run github.com/kisielk/godepgraph@latest github.com/wader/fq | dot -Tsvg -o godepgraph.svg
|
go run github.com/kisielk/godepgraph@latest github.com/wader/fq | dot -Tsvg -o godepgraph.svg
|
||||||
|
Loading…
Reference in New Issue
Block a user