We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0db7234 + 53ef82f commit a24005dCopy full SHA for a24005d
deployments/container/Dockerfile
@@ -29,7 +29,7 @@ RUN set -eux; \
29
aarch64 | arm64) ARCH='arm64' ;; \
30
*) echo "unsupported architecture" ; exit 1 ;; \
31
esac; \
32
- wget -nv -O - https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz \
+ wget -nv -O - https://go.dev/dl/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz \
33
| tar -C /usr/local -xz
34
35
ENV GOPATH /go
0 commit comments