Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 4a22844 + 20b22fe commit 0400fc4Copy full SHA for 0400fc4
Makefile.common
@@ -78,12 +78,12 @@ ifneq ($(shell which gotestsum),)
78
endif
79
80
81
-PROMU_VERSION ?= 0.11.1
+PROMU_VERSION ?= 0.12.0
82
PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
83
84
GOLANGCI_LINT :=
85
GOLANGCI_LINT_OPTS ?=
86
-GOLANGCI_LINT_VERSION ?= v1.36.0
+GOLANGCI_LINT_VERSION ?= v1.39.0
87
# golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
88
# windows isn't included here because of the path separator being different.
89
ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
0 commit comments