Skip to content

Commit 51d24f8

Browse files
authored
Update common Prometheus files (#1332)
Signed-off-by: prombot <[email protected]>
1 parent c17edf0 commit 51d24f8

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/golangci-lint.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
# This action is synced from https://github.com/prometheus/prometheus
13
name: golangci-lint
24
on:
35
push:
@@ -10,15 +12,8 @@ on:
1012
- ".golangci.yml"
1113
pull_request:
1214

13-
permissions:
14-
contents: read # to fetch code (actions/checkout)
15-
1615
jobs:
1716
golangci:
18-
permissions:
19-
contents: read # to fetch code (actions/checkout)
20-
pull-requests: read # to fetch pull requests (golangci/golangci-lint-action)
21-
2217
name: lint
2318
runs-on: ubuntu-latest
2419
steps:
@@ -34,5 +29,4 @@ jobs:
3429
- name: Lint
3530
uses: golangci/[email protected]
3631
with:
37-
args: --verbose
3832
version: v1.53.3

Makefile.common

+1-1
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.14.0
58+
PROMU_VERSION ?= 0.15.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)