Use Go 1.4 for builds

This commit is contained in:
Jakob Borg 2014-12-11 12:48:40 +01:00
parent 2e48e298a2
commit dc5c1e2002
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
set -euo pipefail
IFS=$'\n\t'
DOCKERIMGV=1.4-2
DOCKERIMGV=1.4-3
case "${1:-default}" in
default)

View File

@ -1,7 +1,7 @@
FROM debian:squeeze
MAINTAINER Jakob Borg <jakob@nym.se>
ENV GOLANG_VERSION 1.4rc2
ENV GOLANG_VERSION 1.4
# SCMs for "go get", gcc for cgo
RUN apt-get update && apt-get install -y \