We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78589ab + caf864d commit 16401d6Copy full SHA for 16401d6
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