mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Use Go 1.4 build environment (currently 1.4rc2)
This commit is contained in:
parent
7f97037190
commit
6dff9097a2
2
build.sh
2
build.sh
@ -2,7 +2,7 @@
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
DOCKERIMGV=1.3.3-4
|
DOCKERIMGV=1.4-1
|
||||||
|
|
||||||
case "${1:-default}" in
|
case "${1:-default}" in
|
||||||
default)
|
default)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
FROM debian:squeeze
|
FROM debian:squeeze
|
||||||
MAINTAINER Jakob Borg <jakob@nym.se>
|
MAINTAINER Jakob Borg <jakob@nym.se>
|
||||||
|
|
||||||
ENV GOLANG_VERSION 1.3.3
|
ENV GOLANG_VERSION 1.4rc2
|
||||||
|
|
||||||
# SCMs for "go get", gcc for cgo
|
# SCMs for "go get", gcc for cgo
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
@ -47,7 +47,7 @@ RUN bash -xec '\
|
|||||||
# Install packages needed for test coverage
|
# Install packages needed for test coverage
|
||||||
|
|
||||||
RUN go get github.com/tools/godep \
|
RUN go get github.com/tools/godep \
|
||||||
&& go get code.google.com/p/go.tools/cmd/cover \
|
&& go get golang.org/x/tools/cmd/cover \
|
||||||
&& go get github.com/axw/gocov/gocov \
|
&& go get github.com/axw/gocov/gocov \
|
||||||
&& go get github.com/AlekSi/gocov-xml
|
&& go get github.com/AlekSi/gocov-xml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user