We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3b7593 + d7f7bd5 commit e295191Copy full SHA for e295191
.github/workflows/govulncheck.yml
@@ -6,7 +6,7 @@ on:
6
- cron: '0 0 * * 1'
7
8
env:
9
- GO_VERSION: "^1.22"
+ GO_VERSION: "^1.23"
10
11
permissions:
12
contents: read
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GOVERSION=1.22
+ARG GOVERSION=1.23
2
ARG GOARCH
3
FROM golang:${GOVERSION} as builder
4
Makefile
@@ -16,7 +16,7 @@ OS ?= $(shell uname -s | tr A-Z a-z)
16
ALL_ARCH = amd64 arm arm64 ppc64le s390x
17
PKG = github.com/prometheus/common
18
PROMETHEUS_VERSION = 2.54.1
19
-GO_VERSION = 1.23.1
+GO_VERSION = 1.23.2
20
IMAGE = $(REGISTRY)/kube-state-metrics
21
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
22
USER ?= $(shell id -u -n)
0 commit comments