From f73432edd6e66469f2991cbc765c97bd29fe94a3 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Fri, 5 Jul 2024 10:05:16 +0300 Subject: [PATCH] [#12] Makefile: Update golanci-lint to v1.59.1 Signed-off-by: Evgenii Stratonikov --- .pre-commit-config.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 169b7bf..53e05ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: shellcheck - repo: https://github.com/golangci/golangci-lint - rev: v1.51.2 + rev: v1.59.1 hooks: - id: golangci-lint diff --git a/Makefile b/Makefile index 548f8f7..5ba4679 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL = bash TRUECLOUDLAB_LINT_VERSION ?= 0.0.3 TMP_DIR := .cache OUTPUT_LINT_DIR ?= $(shell pwd)/bin -LINT_VERSION ?= 1.55.2 +LINT_VERSION ?= 1.59.1 LINT_DIR = $(OUTPUT_LINT_DIR)/golangci-lint-$(LINT_VERSION)-v$(TRUECLOUDLAB_LINT_VERSION) # Run all code formatters