From ebf1a485920e6b829464709b8756e4f49ecc6ac4 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Mon, 10 Jun 2024 12:30:25 +0300 Subject: [PATCH] bump golang to 1.21.11 Bump golang to 1.21.11 for: https://osv.dev/vulnerability/GO-2024-2887 https://osv.dev/vulnerability/GO-2024-2888 Signed-off-by: Tuomo Tanskanen --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c3696f8a..e28f4894 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Support FROM override -ARG BUILD_IMAGE=docker.io/golang:1.21.9@sha256:7d0dcbe5807b1ad7272a598fbf9d7af15b5e2bed4fd6c4c2b5b3684df0b317dd +ARG BUILD_IMAGE=docker.io/golang:1.21.11@sha256:a8edec58ba598e2f1259f4ec4ca1b06358468214225e73d7c841ab0980c12367 ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f # Build the manager binary on golang image diff --git a/Makefile b/Makefile index b9cf308b..5a3e8671 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ SHELL:=/usr/bin/env bash .DEFAULT_GOAL:=help -GO_VERSION ?= 1.21.9 +GO_VERSION ?= 1.21.11 # Use GOPROXY environment variable if set GOPROXY := $(shell go env GOPROXY) ifeq ($(GOPROXY),)