forked from TrueCloudLab/frostfs-s3-gw
[#308] Update linter versions
Latest golangci-lint has newer x/tools version and it is incompatible with internal linter. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
bd8d2d00ba
commit
0f3b4ab0ed
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -4,8 +4,8 @@
|
|||
REPO ?= $(shell go list -m)
|
||||
VERSION ?= $(shell git describe --tags --dirty --match "v*" --always --abbrev=8 2>/dev/null || cat VERSION 2>/dev/null || echo "develop")
|
||||
GO_VERSION ?= 1.20
|
||||
LINT_VERSION ?= 1.54.0
|
||||
TRUECLOUDLAB_LINT_VERSION ?= 0.0.2
|
||||
LINT_VERSION ?= 1.56.1
|
||||
TRUECLOUDLAB_LINT_VERSION ?= 0.0.5
|
||||
BINDIR = bin
|
||||
|
||||
METRICS_DUMP_OUT ?= ./metrics-dump.json
|
||||
|
|
Loading…
Reference in a new issue