1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-11-22 11:02:36 +03:00

Synchronize common files from prometheus/prometheus (#1217)

* Update common Prometheus files

Signed-off-by: prombot <prometheus-team@googlegroups.com>

* Fix linting issues.

Signed-off-by: SuperQ <superq@gmail.com>

---------

Signed-off-by: prombot <prometheus-team@googlegroups.com>
Signed-off-by: SuperQ <superq@gmail.com>
Co-authored-by: SuperQ <superq@gmail.com>
This commit is contained in:
PrometheusBot
2025-11-18 13:13:16 +01:00
committed by GitHub
parent 43720582ad
commit 974c9de428
4 changed files with 1 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
SKIP_GOLANGCI_LINT :=
GOLANGCI_LINT :=
GOLANGCI_LINT_OPTS ?=
GOLANGCI_LINT_VERSION ?= v2.4.0
GOLANGCI_LINT_VERSION ?= v2.6.0
GOLANGCI_FMT_OPTS ?=
# golangci-lint only supports linux, darwin and windows platforms on i386/amd64/arm64.
# windows isn't included here because of the path separator being different.

View File

@@ -12,7 +12,6 @@
// limitations under the License.
//go:build !integration
// +build !integration
package main

View File

@@ -15,7 +15,6 @@
// a lot of additional work to keep the external docker environment they require
// working.
//go:build integration
// +build integration
package main

View File

@@ -12,7 +12,6 @@
// limitations under the License.
//go:build !integration
// +build !integration
package main