ugrade to GO 1.17

This commit is contained in:
Willy Kloucek
2021-10-11 14:50:37 +02:00
parent 06b22b424a
commit d6adbb3068
22 changed files with 203 additions and 32 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RUN rpm --rebuilddb && yum -y install \
make \
gcc \
git
RUN wget -q https://dl.google.com/go/go1.16.2.linux-amd64.tar.gz
RUN wget -q https://dl.google.com/go/go1.17.2.linux-amd64.tar.gz
RUN mkdir -p /usr/local/bin
RUN tar xf go1.16.2.linux-amd64.tar.gz -C /usr/local
RUN ln -s /usr/local/go/bin/* /usr/local/bin