File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 E2E_SETUP_KUBECTL : yes
2222 SUDO : sudo
2323 GO_VERSION : " ^1.24"
24- GOLANGCI_LINT_VERSION : " v2.0.2 "
24+ GOLANGCI_LINT_VERSION : " v2.4.0 "
2525
2626jobs :
2727 ci-go-lint :
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ GIT_COMMIT ?= $(shell git rev-parse --short HEAD)
1313OS ?= $(shell uname -s | tr A-Z a-z)
1414ALL_ARCH = amd64 arm arm64 ppc64le s390x
1515PKG = github.com/prometheus/common
16- PROMETHEUS_VERSION = 3.4.1
17- GO_VERSION = 1.24.4
16+ PROMETHEUS_VERSION = 3.5.0
17+ GO_VERSION = 1.24.6
1818IMAGE = $(REGISTRY ) /kube-state-metrics
1919MULTI_ARCH_IMG = $(IMAGE ) -$(ARCH )
2020USER ?= $(shell id -u -n)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ case $(uname -m) in
2525esac
2626
2727NODE_IMAGE_NAME=" docker.io/kindest/node"
28- KUBERNETES_VERSION=${KUBERNETES_VERSION:- " v1.33.0 " }
28+ KUBERNETES_VERSION=${KUBERNETES_VERSION:- " v1.33.4 " }
2929KUBE_STATE_METRICS_LOG_DIR=./log
3030KUBE_STATE_METRICS_CURRENT_IMAGE_NAME=" registry.k8s.io/kube-state-metrics/kube-state-metrics"
3131KUBE_STATE_METRICS_IMAGE_NAME=" registry.k8s.io/kube-state-metrics/kube-state-metrics-${ARCH} "
You can’t perform that action at this time.
0 commit comments