[#12] Makefile: Update golanci-lint to v1.59.1

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2024-07-05 10:05:16 +03:00
parent 44b526aaf8
commit f73432edd6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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