We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46524e5 commit 2ea77b4Copy full SHA for 2ea77b4
Dockerfile
@@ -90,7 +90,7 @@ ENV VIRTUALENV_READ_ONLY_APP_DATA=1
90
# pre-commit.ci requires cross-user readonly `/src` repo access
91
RUN git config --system --add safe.directory /src
92
93
-ARG GO=1.22.4
+ARG GO=1.25.3
94
ARG GO_SHA256=ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d
95
ENV PATH=/opt/go/bin:$PATH GOFLAGS=-modcacherw
96
RUN : \
0 commit comments