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 f3b298a commit 0abb6beCopy full SHA for 0abb6be
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.19.4.linux-amd64.tar.gz \
+RUN curl -Lo /tmp/go.tar.gz https://dl.google.com/go/go1.20.3.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