Skip to content

Commit 1bc4aa9

Browse files
committed
chore: Bump Go to 1.20.8
Bump Go to 1.20.8 from 1.20.7. Signed-off-by: Pranshu Srivastava <[email protected]>
1 parent adf0f20 commit 1bc4aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ OS ?= $(shell uname -s | tr A-Z a-z)
1616
ALL_ARCH = amd64 arm arm64 ppc64le s390x
1717
PKG = github.com/prometheus/common
1818
PROMETHEUS_VERSION = 2.46.0
19-
GO_VERSION = 1.20.7
19+
GO_VERSION = 1.20.8
2020
IMAGE = $(REGISTRY)/kube-state-metrics
2121
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
2222
USER ?= $(shell id -u -n)

0 commit comments

Comments
 (0)