From 70e08faa1898261627d60495aa2668d6a6baa5f9 Mon Sep 17 00:00:00 2001 From: bump Date: Mon, 20 Feb 2023 16:03:55 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cde1696c9..6eb827dd1 100644 --- a/Makefile +++ b/Makefile @@ -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.51.1 run + go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2 run depgraph.svg: always go run github.com/kisielk/godepgraph@latest github.com/wader/fq | dot -Tsvg -o godepgraph.svg