Merge pull request #587 from dgrisonnet/update-lint

Update golangci-lint to 1.53.2
This commit is contained in:
Damien Grisonnet 2023-06-20 18:42:42 +02:00 committed by GitHub
commit f69aae4c78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,7 @@ TAG_PREFIX=v
TAG?=$(TAG_PREFIX)$(VERSION)
GO_VERSION?=1.18.9
GOLANGCI_VERSION?=1.50.1
GOLANGCI_VERSION?=1.53.2
.PHONY: all
all: prometheus-adapter

View file

@ -43,7 +43,6 @@ import (
var (
nodeResource = schema.GroupResource{Resource: "nodes"}
nsResource = schema.GroupResource{Resource: "ns"}
podResource = schema.GroupResource{Resource: "pods"}
)