Browse code

bump Go to 1.3.1

Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com>

Alexandr Morozov authored on 2014/08/13 15:41:24
Showing 2 changed files
... ...
@@ -5,7 +5,7 @@ language: go
5 5
 
6 6
 go:
7 7
 # This should match the version in the Dockerfile.
8
-  - 1.3
8
+  - 1.3.1
9 9
 # Test against older versions too, just for a little extra retrocompat.
10 10
   - 1.2
11 11
 
... ...
@@ -59,7 +59,7 @@ RUN	cd /usr/local/lvm2 && ./configure --enable-static_link && make device-mapper
59 59
 # see https://git.fedorahosted.org/cgit/lvm2.git/tree/INSTALL
60 60
 
61 61
 # Install Go
62
-RUN	curl -sSL https://golang.org/dl/go1.3.src.tar.gz | tar -v -C /usr/local -xz
62
+RUN	curl -sSL https://golang.org/dl/go1.3.1.src.tar.gz | tar -v -C /usr/local -xz
63 63
 ENV	PATH	/usr/local/go/bin:$PATH
64 64
 ENV	GOPATH	/go:/go/src/github.com/docker/docker/vendor
65 65
 ENV PATH /go/bin:$PATH