From ea5ad721e21a4471c9e81a23c5e1c2ae175ba664 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Thu, 10 Oct 2024 14:35:51 +0300 Subject: [PATCH] bump golang to 1.22.8 in basic-checks image Bump golang to 1.22.8 in basic-checks image. Signed-off-by: Tuomo Tanskanen --- prow/container-images/basic-checks/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prow/container-images/basic-checks/Dockerfile b/prow/container-images/basic-checks/Dockerfile index a937135a..b038afa9 100644 --- a/prow/container-images/basic-checks/Dockerfile +++ b/prow/container-images/basic-checks/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.22.7@sha256:192683db8982323952988c7b86c098ee7ecc6cbeb202bf7c113ff9be5358367c +ARG GO_VERSION=1.22.8@sha256:b274ff14d8eb9309b61b1a45333bf0559a554ebcf6732fa2012dbed9b01ea56f FROM docker.io/golang:${GO_VERSION} # Install additional packages not present in regular golang image