From ad28708511d9bbeba41e672228c44a73f2c7bc70 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 6 Feb 2023 11:04:38 -0600 Subject: [PATCH] build: update hclogvet (#16065) --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index bc1eabe98..e551f83d1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -138,7 +138,7 @@ lint-deps: ## Install linter dependencies @echo "==> Updating linter dependencies..." go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.0 go install github.com/client9/misspell/cmd/misspell@v0.3.4 - go install github.com/hashicorp/go-hclog/hclogvet@v0.1.5 + go install github.com/hashicorp/go-hclog/hclogvet@v0.1.6 .PHONY: git-hooks git-dir = $(shell git rev-parse --git-dir)