Skip to content

Commit b14311d

Browse files
committed
Merge pull request #35 from apcera/golang-1-5
Test to use Go 1.5
2 parents 183ba9b + f4e2c09 commit b14311d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/docker/client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get -y install \
99
libkrb5-dev \
1010
libsasl2-modules-gssapi-mit \
1111
wget
12-
RUN (cd /tmp && wget https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz && tar xvf go1.4.1.linux-amd64.tar.gz && mv go/ /opt)
12+
RUN (cd /tmp && wget https://storage.googleapis.com/golang/go1.5.linux-amd64.tar.gz && tar xvf go1.5.linux-amd64.tar.gz && mv go/ /opt)
1313
ENV GOROOT="/opt/go"
1414

1515
ADD krb5.conf.template /tmp/krb5.conf.template

test/docker/service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get -y install \
77
libsasl2-modules-gssapi-mit \
88
wget
99

10-
RUN (cd /tmp && wget https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz && tar xvf go1.4.1.linux-amd64.tar.gz && mv go/ /opt)
10+
RUN (cd /tmp && wget https://storage.googleapis.com/golang/go1.5.linux-amd64.tar.gz && tar xvf go1.5.linux-amd64.tar.gz && mv go/ /opt)
1111
ENV GOROOT="/opt/go"
1212
ADD krb5.keytab /opt/go-gssapi-test-service/krb5.keytab
1313
ADD krb5.conf.template /tmp/krb5.conf.template

0 commit comments

Comments
 (0)