mirror of
https://github.com/Telecominfraproject/wlan-cloud-kube-state-metrics.git
synced 2025-11-01 02:57:50 +00:00
Makefile: Build with go 1.19.3
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
4
Makefile
4
Makefile
@@ -15,8 +15,8 @@ GIT_COMMIT ?= $(shell git rev-parse --short HEAD)
|
||||
OS ?= $(shell uname -s | tr A-Z a-z)
|
||||
ALL_ARCH = amd64 arm arm64 ppc64le s390x
|
||||
PKG = github.com/prometheus/common
|
||||
PROMETHEUS_VERSION = 2.37.0
|
||||
GO_VERSION = 1.19.2
|
||||
PROMETHEUS_VERSION = 2.39.1
|
||||
GO_VERSION = 1.19.3
|
||||
IMAGE = $(REGISTRY)/kube-state-metrics
|
||||
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
|
||||
USER ?= $(shell id -u -n)
|
||||
|
||||
Reference in New Issue
Block a user