Skip to content

Commit

Permalink
Merge pull request #592 from wader/bump-make-golangci-lint-1.51.2
Browse files Browse the repository at this point in the history
Update make-golangci-lint to 1.51.2 from 1.51.1
  • Loading branch information
wader committed Feb 20, 2023
2 parents 9078d4a + 70e08fa commit aaf60ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].1 run
go run github.com/golangci/golangci-lint/cmd/[email protected].2 run

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

0 comments on commit aaf60ec

Please sign in to comment.