Skip to content

Commit 7a2c025

Browse files
committed
fixup! fixup! fixup! fixup! chore: update Go toolchain to 1.25.5
Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent ecb65fe commit 7a2c025

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
@@ -30,7 +30,9 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
3030
curl -fsSL "https://go.dev/dl/go${GO_VERSION}.linux-${ARCH}.tar.gz" -o go.tar.gz && \
3131
rm -rf /usr/local/go && \
3232
tar -C /usr/local -xzf go.tar.gz && \
33-
rm go.tar.gz
33+
rm go.tar.gz && \
34+
ln -sf /usr/local/go/bin/go /usr/bin/go.real && \
35+
ln -sf /usr/local/go/bin/gofmt /usr/bin/gofmt
3436
RUN go version
3537

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

0 commit comments

Comments
 (0)