Skip to content

Commit c9699fe

Browse files
authored
Revert "Update common Prometheus files (prometheus-community#747)"
This reverts commit 075dfc7.
1 parent b2ea7d6 commit c9699fe

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
# This action is synced from https://github.com/prometheus/prometheus
31
name: golangci-lint
42
on:
53
push:
@@ -29,4 +27,4 @@ jobs:
2927
- name: Lint
3028
uses: golangci/[email protected]
3129
with:
32-
version: v1.53.3
30+
version: v1.51.2

.yamllint

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ rules:
2020
config/testdata/section_key_dup.bad.yml
2121
line-length: disable
2222
truthy:
23-
check-keys: false
23+
ignore: |
24+
.github/workflows/*.yml

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ifneq ($(shell command -v gotestsum > /dev/null),)
5555
endif
5656
endif
5757

58-
PROMU_VERSION ?= 0.15.0
58+
PROMU_VERSION ?= 0.14.0
5959
PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
6060

6161
SKIP_GOLANGCI_LINT :=

0 commit comments

Comments
 (0)