Changed golang version to 1.18

This commit is contained in:
nickolasdaniel
2022-03-18 08:28:52 +02:00
committed by Dan Christian Bogos
parent c1e11f8e9b
commit 8ada2445f5
13 changed files with 15 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ RUN set -ex; \
echo '[mysqld]\nskip-host-cache\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf
RUN wget -O go.tgz "https://storage.googleapis.com/golang/go1.17.5.linux-amd64.tar.gz" --progress=dot:giga
RUN wget -O go.tgz "https://storage.googleapis.com/golang/go1.18.linux-amd64.tar.gz" --progress=dot:giga
RUN tar -C /usr/local -xzf go.tgz
RUN rm go.tgz