From be8441aa9a4bf584c2c6cf063122082d31130bb0 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Wed, 24 Mar 2021 15:32:41 +0100 Subject: [PATCH] bump go version for eos test --- ocis/docker/eos-ocis/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocis/docker/eos-ocis/Dockerfile b/ocis/docker/eos-ocis/Dockerfile index e607f569e7..ea03b46142 100644 --- a/ocis/docker/eos-ocis/Dockerfile +++ b/ocis/docker/eos-ocis/Dockerfile @@ -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}