Makefile: Build with go 1.19.3

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger
2022-11-02 11:25:29 +01:00
parent 3d8abf894b
commit 2c734dca81

View File

@@ -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)