Update common Prometheus files

Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
prombot 2021-12-20 20:51:20 +00:00
parent dbf420e7ce
commit 70a41d58f8
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
version: 2.1 version: 2.1
orbs: orbs:
go: circleci/go@0.2.0 go: circleci/go@0.2.0
prometheus: prometheus/prometheus@0.11.0 prometheus: prometheus/prometheus@0.15.0
jobs: jobs:
test: test:
parameters: parameters:

View File

@ -7,6 +7,7 @@ on:
- "**.go" - "**.go"
- "scripts/errcheck_excludes.txt" - "scripts/errcheck_excludes.txt"
- ".github/workflows/golangci-lint.yml" - ".github/workflows/golangci-lint.yml"
- ".golangci.yml"
pull_request: pull_request:
paths: paths:
- "go.sum" - "go.sum"
@ -14,6 +15,7 @@ on:
- "**.go" - "**.go"
- "scripts/errcheck_excludes.txt" - "scripts/errcheck_excludes.txt"
- ".github/workflows/golangci-lint.yml" - ".github/workflows/golangci-lint.yml"
- ".golangci.yml"
jobs: jobs:
golangci: golangci:

View File

@ -78,7 +78,7 @@ ifneq ($(shell which gotestsum),)
endif endif
endif endif
PROMU_VERSION ?= 0.12.0 PROMU_VERSION ?= 0.13.0
PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
GOLANGCI_LINT := GOLANGCI_LINT :=