Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1512 from vieux/1.5.1-
Browse files Browse the repository at this point in the history
go 1.5.1->1.5.2
  • Loading branch information
abronan committed Dec 8, 2015
2 parents a4a1d3b + 9677ddd commit ba976ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.5.1
- 1.5.2

# let us have speedy Docker-based Travis workers
sudo: false
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.5.1
FROM golang:1.5.2

COPY . /go/src/github.com/docker/swarm
WORKDIR /go/src/github.com/docker/swarm
Expand Down
2 changes: 1 addition & 1 deletion test/integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends git file parall
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# Install golang
ENV GO_VERSION 1.5.1
ENV GO_VERSION 1.5.2
RUN curl -sSL https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz | tar -v -C /usr/local -xz
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
Expand Down

0 comments on commit ba976ed

Please sign in to comment.