Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Commit

Permalink
Add Go 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Oct 7, 2018
1 parent f24d2f6 commit 72da7d1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docker/go-1.11.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.11.1
# Copyright (c) 2018 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

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

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.11.1.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=2871270d8ff0c8c69f161aaae42f9f28739855ff5c5204752a8d92a1c9f63993 && \
\
$BOOTSTRAP_PURE
2 changes: 1 addition & 1 deletion docker/go-1.11.x/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#
# Released under the MIT license.

FROM karalabe/xgo-1.11
FROM karalabe/xgo-1.11.1

MAINTAINER Péter Szilágyi <peterke@gmail.com>

0 comments on commit 72da7d1

Please sign in to comment.