Skip to content

Commit b687a0d

Browse files
committed
revert
1 parent bbea8b7 commit b687a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/images/ubuntu_alt/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN printf 'root:0:65536\n' >> /etc/subuid && \
1515
printf 'root:0:65536\n' >> /etc/subgid
1616

1717
# Go
18-
RUN curl -fsSL https://dl.google.com/go/go1.27.0.linux-amd64.tar.gz | tar -xzC /usr/local
18+
RUN curl -fsSL https://dl.google.com/go/go1.26.1.linux-amd64.tar.gz | tar -xzC /usr/local
1919
RUN ln -s /usr/local/go/bin/go /usr/local/bin/go && ln -s /usr/local/go/bin/gofmt /usr/local/bin/gofmt
2020

2121
# Locale

0 commit comments

Comments
 (0)