Skip to content

Commit

Permalink
chore: bump go version to 1.22 on crc-builder linux. Fix #25
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo <[email protected]>
  • Loading branch information
adrianriobo committed Sep 23, 2024
1 parent 70d016f commit 03bae05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crc-builder/oci/Containerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG TARGETARCH

LABEL org.opencontainers.image.authors="CodeReady Containers <[email protected]>"

ENV GO_VERSION 1.21.11
ENV GO_VERSION 1.22.7

RUN microdnf -y install git make gcc libvirt-devel perl-Digest-SHA xz findutils diffutils tar \
&& curl -Lo /tmp/${GO_VERSION}.tar.gz https://go.dev/dl/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz \
Expand Down

0 comments on commit 03bae05

Please sign in to comment.