Skip to content

Commit 2c734dc

Browse files
committed
Makefile: Build with go 1.19.3
Signed-off-by: Manuel Rüger <[email protected]>
1 parent 3d8abf8 commit 2c734dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ GIT_COMMIT ?= $(shell git rev-parse --short HEAD)
1515
OS ?= $(shell uname -s | tr A-Z a-z)
1616
ALL_ARCH = amd64 arm arm64 ppc64le s390x
1717
PKG = github.com/prometheus/common
18-
PROMETHEUS_VERSION = 2.37.0
19-
GO_VERSION = 1.19.2
18+
PROMETHEUS_VERSION = 2.39.1
19+
GO_VERSION = 1.19.3
2020
IMAGE = $(REGISTRY)/kube-state-metrics
2121
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
2222
USER ?= $(shell id -u -n)

0 commit comments

Comments
 (0)