bump go version for eos test

This commit is contained in:
Willy Kloucek
2021-03-24 15:32:41 +01:00
parent 90f5eeaca4
commit be8441aa9a

View File

@@ -9,9 +9,9 @@ RUN rpm --rebuilddb && yum -y install \
make \
gcc \
git
RUN wget -q https://dl.google.com/go/go1.15.7.linux-amd64.tar.gz
RUN wget -q https://dl.google.com/go/go1.16.2.linux-amd64.tar.gz
RUN mkdir -p /usr/local/bin
RUN tar xf go1.15.7.linux-amd64.tar.gz -C /usr/local
RUN tar xf go1.16.2.linux-amd64.tar.gz -C /usr/local
RUN ln -s /usr/local/go/bin/* /usr/local/bin
RUN git clone https://github.com/owncloud/ocis.git
RUN cd ocis && git checkout ${BRANCH}