Skip to content

Commit

Permalink
chore: Bump Go to 1.20.8
Browse files Browse the repository at this point in the history
Bump Go to 1.20.8 from 1.20.7.

Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
  • Loading branch information
rexagod committed Oct 8, 2023
1 parent adf0f20 commit 1bc4aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ OS ?= $(shell uname -s | tr A-Z a-z)
ALL_ARCH = amd64 arm arm64 ppc64le s390x
PKG = github.com/prometheus/common
PROMETHEUS_VERSION = 2.46.0
GO_VERSION = 1.20.7
GO_VERSION = 1.20.8
IMAGE = $(REGISTRY)/kube-state-metrics
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
USER ?= $(shell id -u -n)
Expand Down

0 comments on commit 1bc4aa9

Please sign in to comment.