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 6789a11Copy full SHA for 6789a11
Dockerfile
@@ -90,8 +90,8 @@ 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
94
-ARG GO_SHA256=ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d
+ARG GO=1.25.3
+ARG GO_SHA256=0335f314b6e7bfe08c3d0cfaa7c19db961b7b99fb20be62b0a826c992ad14e0f
95
ENV PATH=/opt/go/bin:$PATH GOFLAGS=-modcacherw
96
RUN : \
97
&& mkdir -p /opt \
0 commit comments