Skip to content

Commit 2ea77b4

Browse files
authored
upgrade go to 1.25.3
1 parent 46524e5 commit 2ea77b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ 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
93+
ARG GO=1.25.3
9494
ARG GO_SHA256=ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d
9595
ENV PATH=/opt/go/bin:$PATH GOFLAGS=-modcacherw
9696
RUN : \

0 commit comments

Comments
 (0)