Skip to content

Commit

Permalink
go-1.12.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Feb 27, 2019
1 parent 2176e96 commit 1f58c8d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docker/go-1.12.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM techknowlogick/xgo:base

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 1120

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=3ac1db65a6fa5c13f424b53ee181755429df0c33775733cede1e0d540440fd7b && \
\
$BOOTSTRAP_PURE
1 change: 1 addition & 0 deletions docker/go-1.12.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM techknowlogick/xgo:go-1.12.0
4 changes: 1 addition & 3 deletions docker/go-latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
#
# Released under the MIT license.

FROM techknowlogick/xgo:go-1.11.x

MAINTAINER Péter Szilágyi <peterke@gmail.com>
FROM techknowlogick/xgo:go-1.12.x

0 comments on commit 1f58c8d

Please sign in to comment.