From 0cd90ce0de4a848d0ecef76a4a631158f8ca5e6f Mon Sep 17 00:00:00 2001 From: bump Date: Mon, 27 May 2024 16:03:43 +0000 Subject: [PATCH] Update make-golangci-lint to 1.59.0 from 1.58.2 Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.59.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9a7a3a9..357d0048 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.58.2 run + go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.0 run depgraph.svg: always go run github.com/kisielk/godepgraph@latest github.com/wader/fq | dot -Tsvg -o godepgraph.svg