Skip to content

Commit

Permalink
Merge pull request #2056 from RamakrishnanArun/cvefix/1.20.3
Browse files Browse the repository at this point in the history
Update go version to 1.20.4
  • Loading branch information
k8s-ci-robot authored May 5, 2023
2 parents 32f8c5e + 847d6c8 commit eb45f33
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.42.0
GO_VERSION = 1.20.2
GO_VERSION = 1.20.4
IMAGE = $(REGISTRY)/kube-state-metrics
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
USER ?= $(shell id -u -n)
Expand Down

0 comments on commit eb45f33

Please sign in to comment.