Skip to content
Snippets Groups Projects
Commit 67885435 authored by Stan Hu's avatar Stan Hu
Browse files

Merge branch 'bump-go-1.8' into 'master'

Bump go 1.8

Closes omnibus-gitlab#2279

See merge request !40
parents 192d3ee8 0b7beae9
No related branches found
No related tags found
1 merge request!40Bump go 1.8
Loading
Loading
@@ -11,9 +11,9 @@ default['gitlab-omnibus-builder']['packagecloud_token'] = 'secret'
default['gitlab-omnibus-builder']['aws_access_key_id'] = 'secret'
default['gitlab-omnibus-builder']['aws_secret_access_key'] = 'secret'
 
default['gitlab-omnibus-builder']['go_version'] = '1.7.5'
default['gitlab-omnibus-builder']['go_version'] = '1.8.1'
default['gitlab-omnibus-builder']['go_tarball'] = "go#{node['gitlab-omnibus-builder']['go_version']}.linux-amd64.tar.gz"
default['gitlab-omnibus-builder']['go_tarball_sha256'] = '2e4dd6c44f0693bef4e7b46cc701513d74c3cc44f2419bf519d7868b12931ac3'
default['gitlab-omnibus-builder']['go_tarball_sha256'] = 'a579ab19d5237e263254f1eac5352efcf1d70b9dacadb6d6bb12b0911ede8994'
 
default['gitlab-omnibus-builder']['git_version'] = '2.7.4'
default['gitlab-omnibus-builder']['git_tarball'] = "git-#{node['gitlab-omnibus-builder']['git_version']}.tar.gz"
Loading
Loading
Loading
Loading
@@ -47,7 +47,7 @@ RUN curl -fsSL "https://www.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.t
&& make all \
&& make install
 
ENV GO_VERSION 1.7.5
ENV GO_VERSION 1.8.1
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
| tar -xzC /usr/local \
&& ln -sf /usr/local/go/bin/go /usr/local/go/bin/gofmt /usr/local/go/bin/godoc /usr/local/bin/
Loading
Loading
Loading
Loading
@@ -47,7 +47,7 @@ RUN curl -fsSL "https://www.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.t
&& make all \
&& make install
 
ENV GO_VERSION 1.7.5
ENV GO_VERSION 1.8.1
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
| tar -xzC /usr/local \
&& ln -sf /usr/local/go/bin/go /usr/local/go/bin/gofmt /usr/local/go/bin/godoc /usr/local/bin/
Loading
Loading
Loading
Loading
@@ -51,7 +51,7 @@ RUN curl -fsSL "https://www.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.t
&& make all \
&& make install
 
ENV GO_VERSION 1.7.5
ENV GO_VERSION 1.8.1
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
| tar -xzC /usr/local \
&& ln -sf /usr/local/go/bin/go /usr/local/go/bin/gofmt /usr/local/go/bin/godoc /usr/local/bin/
Loading
Loading
Loading
Loading
@@ -51,7 +51,7 @@ RUN curl -fsSL "https://www.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.t
&& make all \
&& make install
 
ENV GO_VERSION 1.7.5
ENV GO_VERSION 1.8.1
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
| tar -xzC /usr/local \
&& ln -sf /usr/local/go/bin/go /usr/local/go/bin/gofmt /usr/local/go/bin/godoc /usr/local/bin/
Loading
Loading
Loading
Loading
@@ -56,7 +56,7 @@ RUN curl -fsSL "https://www.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.t
&& make all \
&& make install
 
ENV GO_VERSION 1.7.5
ENV GO_VERSION 1.8.1
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
| tar -xzC /usr/local \
&& ln -sf /usr/local/go/bin/go /usr/local/go/bin/gofmt /usr/local/go/bin/godoc /usr/local/bin/
Loading
Loading
Loading
Loading
@@ -57,7 +57,7 @@ RUN curl -fsSL "https://www.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.t
&& make all \
&& make install
 
ENV GO_VERSION 1.7.5
ENV GO_VERSION 1.8.1
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
| tar -xzC /usr/local \
&& ln -sf /usr/local/go/bin/go /usr/local/go/bin/gofmt /usr/local/go/bin/godoc /usr/local/bin/
Loading
Loading
Loading
Loading
@@ -53,7 +53,7 @@ RUN curl -fsSL "https://www.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.t
&& make all \
&& make install
 
ENV GO_VERSION 1.7.5
ENV GO_VERSION 1.8.1
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
| tar -xzC /usr/local \
&& ln -sf /usr/local/go/bin/go /usr/local/go/bin/gofmt /usr/local/go/bin/godoc /usr/local/bin/
Loading
Loading
Loading
Loading
@@ -51,7 +51,7 @@ RUN curl -fsSL "https://www.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.t
&& make all \
&& make install
 
ENV GO_VERSION 1.7.5
ENV GO_VERSION 1.8.1
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
| tar -xzC /usr/local \
&& ln -sf /usr/local/go/bin/go /usr/local/go/bin/gofmt /usr/local/go/bin/godoc /usr/local/bin/
Loading
Loading
Loading
Loading
@@ -53,7 +53,7 @@ RUN curl -fsSL "https://www.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.t
&& make all \
&& make install
 
ENV GO_VERSION 1.7.5
ENV GO_VERSION 1.8.1
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
| tar -xzC /usr/local \
&& ln -sf /usr/local/go/bin/go /usr/local/go/bin/gofmt /usr/local/go/bin/godoc /usr/local/bin/
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment