Skip to content

Commit aa68f4e

Browse files
committed
chore: go version 1.26.2
Signed-off-by: Harper, Jason M <jason.m.harper@intel.com>
1 parent 42744e4 commit aa68f4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder/build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG TOOLS_IMAGE=${REGISTRY}${PREFIX}perfspect-tools:${TAG}
1515
FROM ${TOOLS_IMAGE} AS tools
1616

1717
# STAGE 2 - image contains perfspect's Go components build environment
18-
FROM golang:1.26.1@sha256:e2ddb153f786ee6210bf8c40f7f35490b3ff7d38be70d1a0d358ba64225f6428
18+
FROM golang:1.26.2@sha256:827331d697aaa7923ff6b6c107edf772875f40b58cfca6c3ddfa155668ce0edd
1919
# install system dependencies
2020
RUN apt-get update && apt-get install -y jq
2121
# allow git to operate in the mounted repository regardless of the user

tools/build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV http_proxy=${http_proxy}
1515
ENV https_proxy=${https_proxy}
1616
ENV LANG=en_US.UTF-8
1717
ARG DEBIAN_FRONTEND=noninteractive
18-
ARG GO_VERSION=1.26.1
18+
ARG GO_VERSION=1.26.2
1919

2020
# install minimum packages to add repositories
2121
RUN success=false; \

0 commit comments

Comments
 (0)