Skip to content

Commit c1a9fdc

Browse files
authored
chore: go version 1.26.2 (#680)
* chore: go version 1.26.2 Signed-off-by: Harper, Jason M <jason.m.harper@intel.com> * fix sha Signed-off-by: Harper, Jason M <jason.m.harper@intel.com> --------- Signed-off-by: Harper, Jason M <jason.m.harper@intel.com>
1 parent 42744e4 commit c1a9fdc

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:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61
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)