Skip to content

Commit 3cfb9c5

Browse files
committed
Update common Prometheus files
Signed-off-by: prombot <[email protected]>
1 parent fe59ba8 commit 3cfb9c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.yamllint

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
extends: default
33
ignore: |
4-
ui/react-app/node_modules
4+
**/node_modules
55

66
rules:
77
braces:

Makefile.common

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
6161
SKIP_GOLANGCI_LINT :=
6262
GOLANGCI_LINT :=
6363
GOLANGCI_LINT_OPTS ?=
64-
GOLANGCI_LINT_VERSION ?= v1.60.2
64+
GOLANGCI_LINT_VERSION ?= v1.61.0
6565
# golangci-lint only supports linux, darwin and windows platforms on i386/amd64/arm64.
6666
# windows isn't included here because of the path separator being different.
6767
ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))

0 commit comments

Comments
 (0)