From aa68f4e24d211062af66c970b33ada428c694697 Mon Sep 17 00:00:00 2001 From: "Harper, Jason M" Date: Wed, 8 Apr 2026 07:30:46 -0700 Subject: [PATCH 1/2] chore: go version 1.26.2 Signed-off-by: Harper, Jason M --- builder/build.Dockerfile | 2 +- tools/build.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/build.Dockerfile b/builder/build.Dockerfile index d13d2a29..37c83c66 100644 --- a/builder/build.Dockerfile +++ b/builder/build.Dockerfile @@ -15,7 +15,7 @@ ARG TOOLS_IMAGE=${REGISTRY}${PREFIX}perfspect-tools:${TAG} FROM ${TOOLS_IMAGE} AS tools # STAGE 2 - image contains perfspect's Go components build environment -FROM golang:1.26.1@sha256:e2ddb153f786ee6210bf8c40f7f35490b3ff7d38be70d1a0d358ba64225f6428 +FROM golang:1.26.2@sha256:827331d697aaa7923ff6b6c107edf772875f40b58cfca6c3ddfa155668ce0edd # install system dependencies RUN apt-get update && apt-get install -y jq # allow git to operate in the mounted repository regardless of the user diff --git a/tools/build.Dockerfile b/tools/build.Dockerfile index a838b930..4030e0f3 100644 --- a/tools/build.Dockerfile +++ b/tools/build.Dockerfile @@ -15,7 +15,7 @@ ENV http_proxy=${http_proxy} ENV https_proxy=${https_proxy} ENV LANG=en_US.UTF-8 ARG DEBIAN_FRONTEND=noninteractive -ARG GO_VERSION=1.26.1 +ARG GO_VERSION=1.26.2 # install minimum packages to add repositories RUN success=false; \ From 80c910f5222fc2d0caba4f338f94148f10f6d7cc Mon Sep 17 00:00:00 2001 From: "Harper, Jason M" Date: Wed, 8 Apr 2026 08:54:08 -0700 Subject: [PATCH 2/2] fix sha Signed-off-by: Harper, Jason M --- builder/build.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/build.Dockerfile b/builder/build.Dockerfile index 37c83c66..16fb1122 100644 --- a/builder/build.Dockerfile +++ b/builder/build.Dockerfile @@ -15,7 +15,7 @@ ARG TOOLS_IMAGE=${REGISTRY}${PREFIX}perfspect-tools:${TAG} FROM ${TOOLS_IMAGE} AS tools # STAGE 2 - image contains perfspect's Go components build environment -FROM golang:1.26.2@sha256:827331d697aaa7923ff6b6c107edf772875f40b58cfca6c3ddfa155668ce0edd +FROM golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61 # install system dependencies RUN apt-get update && apt-get install -y jq # allow git to operate in the mounted repository regardless of the user