Sync (and update) go version

go.mod had a later version than the one used inside the
role, which caused the deb packaging to fail.

Updated all of them to latest.
This commit is contained in:
ionutboangiu
2024-07-04 18:58:42 +03:00
committed by Dan Christian Bogos
parent 520451be7e
commit da4bf0d783
6 changed files with 8 additions and 8 deletions

View File

@@ -74,7 +74,7 @@ RUN apt-get clean && \
RUN touch /logs/mariadb.log /logs/mariadb_script.log /logs/rabbitmq.log
RUN chmod 777 /logs/mariadb.log /logs/mariadb_script.log /logs/rabbitmq.log
RUN wget -O go.tgz "https://storage.googleapis.com/golang/go1.22.3.linux-amd64.tar.gz" --progress=dot:giga
RUN wget -O go.tgz "https://storage.googleapis.com/golang/go1.22.5.linux-amd64.tar.gz" --progress=dot:giga
RUN tar -C /usr/local -xzf go.tgz
RUN rm go.tgz