From 4dcdb8ef028349e56ab8bf1c313b164a4da07f56 Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Tue, 30 Aug 2022 16:00:01 +0300 Subject: [PATCH] [#197] Update lint to v1.49.0 Signed-off-by: Denis Kirillov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 458e45c..6f1fcc8 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ REPO ?= $(shell go list -m) VERSION ?= $(shell git describe --tags --match "v*" --dirty --always 2>/dev/null || cat VERSION 2>/dev/null || echo "develop") GO_VERSION ?= 1.19 -LINT_VERSION ?= 1.46.2 +LINT_VERSION ?= 1.49.0 BUILD ?= $(shell date -u --iso=seconds) HUB_IMAGE ?= nspccdev/neofs-http-gw