Skip to content

Commit

Permalink
Bump Go to 1.20.8
Browse files Browse the repository at this point in the history
Also, bump golang version for the project and tools to 1.20.

Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
  • Loading branch information
rexagod committed Sep 12, 2023
1 parent 8318ecd commit 48a0659
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/kube-state-metrics/v2

go 1.19
go 1.20

require (
github.com/dgryski/go-jump v0.0.0-20211018200510-ba001c3ffce0
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/kube-state-metrics/v2/tools

go 1.19
go 1.20

require (
github.com/brancz/gojsontoyaml v0.1.0
Expand Down

0 comments on commit 48a0659

Please sign in to comment.