Explorar o código

Merge pull request #7553 from LK4D4/update_to_1.3.1

bump Go to 1.3.1
unclejack %!s(int64=11) %!d(string=hai) anos
pai
achega
c071cd7c7c
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      .travis.yml
  2. 1 1
      Dockerfile

+ 1 - 1
.travis.yml

@@ -5,7 +5,7 @@ language: go
 
 
 go:
 go:
 # This should match the version in the Dockerfile.
 # This should match the version in the Dockerfile.
-  - 1.3
+  - 1.3.1
 # Test against older versions too, just for a little extra retrocompat.
 # Test against older versions too, just for a little extra retrocompat.
   - 1.2
   - 1.2
 
 

+ 1 - 1
Dockerfile

@@ -59,7 +59,7 @@ RUN	cd /usr/local/lvm2 && ./configure --enable-static_link && make device-mapper
 # see https://git.fedorahosted.org/cgit/lvm2.git/tree/INSTALL
 # see https://git.fedorahosted.org/cgit/lvm2.git/tree/INSTALL
 
 
 # Install Go
 # Install Go
-RUN	curl -sSL https://golang.org/dl/go1.3.src.tar.gz | tar -v -C /usr/local -xz
+RUN	curl -sSL https://golang.org/dl/go1.3.1.src.tar.gz | tar -v -C /usr/local -xz
 ENV	PATH	/usr/local/go/bin:$PATH
 ENV	PATH	/usr/local/go/bin:$PATH
 ENV	GOPATH	/go:/go/src/github.com/docker/docker/vendor
 ENV	GOPATH	/go:/go/src/github.com/docker/docker/vendor
 ENV PATH /go/bin:$PATH
 ENV PATH /go/bin:$PATH