Skip to content

Commit 9579a7d

Browse files
committed
fixup! fixup! fixup! fixup! chore: update Go toolchain to 1.25.5
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
1 parent b4ca669 commit 9579a7d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.ci/oci.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
2626
curl -fsSL "https://go.dev/dl/go${GO_VERSION}.linux-${ARCH}.tar.gz" -o go.tar.gz && \
2727
rm -rf /usr/local/go && \
2828
tar -C /usr/local -xzf go.tar.gz && \
29-
rm go.tar.gz
29+
rm go.tar.gz && \
30+
ln -sf /usr/local/go/bin/go /usr/bin/go.real && \
31+
ln -sf /usr/local/go/bin/gofmt /usr/bin/gofmt
3032
RUN go version
3133

3234
# Temporary workaround since mirror.centos.org is down and can be replaced with vault.centos.org

0 commit comments

Comments
 (0)