Skip to content

Commit 1c62c60

Browse files
authored
Merge pull request #313 from dislogical/patch-1
upgrade go to 1.25.3
2 parents 46524e5 + 6789a11 commit 1c62c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ ENV VIRTUALENV_READ_ONLY_APP_DATA=1
9090
# pre-commit.ci requires cross-user readonly `/src` repo access
9191
RUN git config --system --add safe.directory /src
9292

93-
ARG GO=1.22.4
94-
ARG GO_SHA256=ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d
93+
ARG GO=1.25.3
94+
ARG GO_SHA256=0335f314b6e7bfe08c3d0cfaa7c19db961b7b99fb20be62b0a826c992ad14e0f
9595
ENV PATH=/opt/go/bin:$PATH GOFLAGS=-modcacherw
9696
RUN : \
9797
&& mkdir -p /opt \

0 commit comments

Comments
 (0)