We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc7b6c commit c3bc991Copy full SHA for c3bc991
Makefile
@@ -16,7 +16,7 @@ LD_FLAGS = -s -w \
16
COMMON_BUILD_ARGS = -ldflags "$(LD_FLAGS)"
17
18
GOLANGCI_LINT = $(shell pwd)/_output/tools/bin/golangci-lint
19
-GOLANGCI_LINT_VERSION ?= v2.2.2
+GOLANGCI_LINT_VERSION ?= v2.5.0
20
21
# NPM version should not append the -dirty flag
22
NPM_VERSION ?= $(shell echo $(shell git describe --tags --always) | sed 's/^v//')
0 commit comments