From 6946668d29f1427ced35cf8822b770836f85ed7e Mon Sep 17 00:00:00 2001 From: Danilo Pantani Date: Wed, 28 Aug 2024 19:33:07 +0200 Subject: [PATCH] bump golang ci lint --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c7d819a5..57a99094 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ govulncheck: lint: @command -v golangci-lint >/dev/null 2>&1 || { \ echo "Installing golangci-lint..."; \ - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.56.2; \ + curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.60.3; \ } @echo Running golangci-lint... @for dir in $$(find $$(pwd -P) -mindepth 1 -maxdepth 4 -type d); do \ @@ -65,7 +65,7 @@ lint: lint-ci: @command -v golangci-lint >/dev/null 2>&1 || { \ echo "Installing golangci-lint..."; \ - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.56.2; \ + curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.60.3; \ } @echo Running golangci-lint... @for dir in $$(find $$(pwd -P) -mindepth 1 -maxdepth 4 -type d); do \