We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1b1016 + 92dcba3 commit 86af961Copy full SHA for 86af961
Makefile
@@ -61,7 +61,7 @@ gogenerate: always
61
lint: always
62
# bump: make-golangci-lint /golangci-lint@v([\d.]+)/ git:https://github.com/golangci/golangci-lint.git|^2
63
# bump: make-golangci-lint link "Release notes" https://github.com/golangci/golangci-lint/releases/tag/v$LATEST
64
- go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.4.0 run
+ go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5.0 run
65
66
depgraph.svg: always
67
go run github.com/kisielk/godepgraph@latest github.com/wader/fq | dot -Tsvg -o godepgraph.svg
0 commit comments