Skip to content

Commit

Permalink
Merge pull request #2526 from mrueg/fix-govulncheck
Browse files Browse the repository at this point in the history
fix: update govulncheck's go version to 1.23
  • Loading branch information
k8s-ci-robot authored Oct 16, 2024
2 parents f3b7593 + d7f7bd5 commit e295191
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: '0 0 * * 1'

env:
GO_VERSION: "^1.22"
GO_VERSION: "^1.23"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOVERSION=1.22
ARG GOVERSION=1.23
ARG GOARCH
FROM golang:${GOVERSION} as builder
ARG GOARCH
Expand Down
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.54.1
GO_VERSION = 1.23.1
GO_VERSION = 1.23.2
IMAGE = $(REGISTRY)/kube-state-metrics
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
USER ?= $(shell id -u -n)
Expand Down

0 comments on commit e295191

Please sign in to comment.