Skip to content

Commit

Permalink
Update make-golangci-lint to 1.54.0 from 1.53.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bump committed Aug 9, 2023
1 parent 4ed8c6d commit 1fa14a0
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/golangci-lint@v1.53.3 run
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.0 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 1fa14a0

Please sign in to comment.