mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Update golangci-lint to 1.53.2
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
parent
c8caa11da1
commit
86efb37019
2 changed files with 1 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -9,7 +9,7 @@ TAG_PREFIX=v
|
||||||
TAG?=$(TAG_PREFIX)$(VERSION)
|
TAG?=$(TAG_PREFIX)$(VERSION)
|
||||||
|
|
||||||
GO_VERSION?=1.18.9
|
GO_VERSION?=1.18.9
|
||||||
GOLANGCI_VERSION?=1.50.1
|
GOLANGCI_VERSION?=1.53.2
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: prometheus-adapter
|
all: prometheus-adapter
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@ import (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
nodeResource = schema.GroupResource{Resource: "nodes"}
|
nodeResource = schema.GroupResource{Resource: "nodes"}
|
||||||
nsResource = schema.GroupResource{Resource: "ns"}
|
|
||||||
podResource = schema.GroupResource{Resource: "pods"}
|
podResource = schema.GroupResource{Resource: "pods"}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue