Skip to content

Commit 70e08fa

Browse files
author
bump
committed
Update make-golangci-lint to 1.51.2 from 1.51.1
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.51.2
1 parent 7b6847c commit 70e08fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ gogenerate: always
6161
lint: always
6262
# bump: make-golangci-lint /golangci-lint@v([\d.]+)/ git:https://github.com/golangci/golangci-lint.git|^1
6363
# 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/cmd/[email protected].1 run
64+
go run github.com/golangci/golangci-lint/cmd/[email protected].2 run
6565

6666
depgraph.svg: always
6767
go run github.com/kisielk/godepgraph@latest github.com/wader/fq | dot -Tsvg -o godepgraph.svg

0 commit comments

Comments
 (0)