mirror of
https://github.com/Telecominfraproject/wlan-cloud-kube-state-metrics.git
synced 2025-10-30 18:17:47 +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)
|
OS ?= $(shell uname -s | tr A-Z a-z)
|
||||||
ALL_ARCH = amd64 arm arm64 ppc64le s390x
|
ALL_ARCH = amd64 arm arm64 ppc64le s390x
|
||||||
PKG = github.com/prometheus/common
|
PKG = github.com/prometheus/common
|
||||||
PROMETHEUS_VERSION = 2.37.0
|
PROMETHEUS_VERSION = 2.39.1
|
||||||
GO_VERSION = 1.19.2
|
GO_VERSION = 1.19.3
|
||||||
IMAGE = $(REGISTRY)/kube-state-metrics
|
IMAGE = $(REGISTRY)/kube-state-metrics
|
||||||
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
|
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
|
||||||
USER ?= $(shell id -u -n)
|
USER ?= $(shell id -u -n)
|
||||||
|
|||||||
Reference in New Issue
Block a user