File tree 9 files changed +9
-9
lines changed 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
FROM golang:1.2.1
2
2
3
- # see http ://golang.org/doc/install/source#environment
3
+ # see https ://golang.org/doc/install/source#environment
4
4
# see also http://build.golang.org/
5
5
# and canonically, see defs_OS_ARCH.h files in src/pkg/runtime
6
6
# https://code.google.com/p/go/source/browse?name=go1.2.2#hg%2Fsrc%2Fpkg%2Fruntime
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
9
9
10
10
ENV GOLANG_VERSION 1.2.2
11
11
12
- RUN curl -sSL http ://golang.org/dl/go$GOLANG_VERSION.src.tar.gz \
12
+ RUN curl -sSL https ://golang.org/dl/go$GOLANG_VERSION.src.tar.gz \
13
13
| tar -v -C /usr/src -xz
14
14
15
15
RUN cd /usr/src/go/src && ./make.bash --no-clean 2>&1
Original file line number Diff line number Diff line change 1
1
FROM golang:1.2.2
2
2
3
- # see http ://golang.org/doc/install/source#environment
3
+ # see https ://golang.org/doc/install/source#environment
4
4
# see also http://build.golang.org/
5
5
# and canonically, see defs_OS_ARCH.h files in src/pkg/runtime
6
6
# https://code.google.com/p/go/source/browse?name=go1.2.2#hg%2Fsrc%2Fpkg%2Fruntime
Original file line number Diff line number Diff line change 1
1
FROM golang:1.2
2
2
3
- # see http ://golang.org/doc/install/source#environment
3
+ # see https ://golang.org/doc/install/source#environment
4
4
# see also http://build.golang.org/
5
5
# and canonically, see defs_OS_ARCH.h files in src/pkg/runtime
6
6
# https://code.google.com/p/go/source/browse?name=go1.2.2#hg%2Fsrc%2Fpkg%2Fruntime
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
9
9
10
10
ENV GOLANG_VERSION 1.3.1
11
11
12
- RUN curl -sSL http ://golang.org/dl/go$GOLANG_VERSION.src.tar.gz \
12
+ RUN curl -sSL https ://golang.org/dl/go$GOLANG_VERSION.src.tar.gz \
13
13
| tar -v -C /usr/src -xz
14
14
15
15
RUN cd /usr/src/go/src && ./make.bash --no-clean 2>&1
Original file line number Diff line number Diff line change 1
1
FROM golang:1.3.1
2
2
3
- # see http ://golang.org/doc/install/source#environment
3
+ # see https ://golang.org/doc/install/source#environment
4
4
# see also http://build.golang.org/
5
5
# and canonically, see defs_OS_ARCH.h files in src/pkg/runtime
6
6
# https://code.google.com/p/go/source/browse?name=go1.3#hg%2Fsrc%2Fpkg%2Fruntime
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
9
9
10
10
ENV GOLANG_VERSION 1.3
11
11
12
- RUN curl -sSL http ://golang.org/dl/go$GOLANG_VERSION.src.tar.gz \
12
+ RUN curl -sSL https ://golang.org/dl/go$GOLANG_VERSION.src.tar.gz \
13
13
| tar -v -C /usr/src -xz
14
14
15
15
RUN cd /usr/src/go/src && ./make.bash --no-clean 2>&1
Original file line number Diff line number Diff line change 1
1
FROM golang:1.3
2
2
3
- # see http ://golang.org/doc/install/source#environment
3
+ # see https ://golang.org/doc/install/source#environment
4
4
# see also http://build.golang.org/
5
5
# and canonically, see defs_OS_ARCH.h files in src/pkg/runtime
6
6
# https://code.google.com/p/go/source/browse?name=go1.3#hg%2Fsrc%2Fpkg%2Fruntime
Original file line number Diff line number Diff line change 10
10
versions=( " ${versions[@]%/ } " )
11
11
12
12
for version in " ${versions[@]} " ; do
13
- # fullVersion="$(curl -sSL 'http ://golang.org/dl' | grep '">go'"$version"'.*\.src.tar.gz<' | sed -r 's!.*go([^"/<]+)\.src\.tar\.gz.*!\1!' | sort -V | tail -1)"
13
+ # fullVersion="$(curl -sSL 'https ://golang.org/dl' | grep '">go'"$version"'.*\.src.tar.gz<' | sed -r 's!.*go([^"/<]+)\.src\.tar\.gz.*!\1!' | sort -V | tail -1)"
14
14
fullVersion=" $version "
15
15
(
16
16
set -x
You can’t perform that action at this time.
0 commit comments