tech: switch to golang 1.9.2

(cherry picked from commit 1be476b5f5)
This commit is contained in:
bergquist
2017-10-31 12:39:31 +01:00
parent 989bf2067c
commit 64d8ae9dcb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A170311380
RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - && \
yum install -y nodejs --nogpgcheck
ENV GOLANG_VERSION 1.9.1
ENV GOLANG_VERSION 1.9.2
RUN wget https://dl.yarnpkg.com/rpm/yarn.repo -O /etc/yum.repos.d/yarn.repo && \
yum install -y yarn --nogpgcheck && \