From d74a4f012a416a2a10fa376acffea7f40ab64662 Mon Sep 17 00:00:00 2001 From: Sam Dowell Date: Thu, 20 Jun 2024 11:46:00 -0700 Subject: [PATCH] chore: bump golang to 1.21.11 (#1278) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 123333b739..fd967c77d1 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ GO_DIR := $(OUTPUT_DIR)/go # Base image used for all golang containers # Uses trusted google-built golang image -GOLANG_IMAGE := google-go.pkg.dev/golang:1.21.9 +GOLANG_IMAGE := google-go.pkg.dev/golang:1.21.11 # Base image used for debian containers # When updating you can use this command: # gcloud container images list-tags gcr.io/gke-release/debian-base --filter="tags:bookworm*"