Thanks to visit codestin.com Credit goes to github.com
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 9182b3b commit 3879502Copy full SHA for 3879502
Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get update \
9
&& rm -rf /var/lib/apt/lists/*
10
11
# go
12
-RUN curl -Lo /tmp/go.tar.gz https://dl.google.com/go/go1.20.6.linux-amd64.tar.gz \
+RUN curl -Lo /tmp/go.tar.gz https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz \
13
&& tar -C /usr/local -xzf /tmp/go.tar.gz \
14
&& rm /tmp/go.tar.gz
15
ENV PATH=$PATH:/usr/local/go/bin
0 commit comments