-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54d7d44
commit 06579e8
Showing
8 changed files
with
46 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 11411 | ||
|
||
RUN \ | ||
export ROOT_DIST=https://dl.google.com/go/go1.14.11.linux-amd64.tar.gz && \ | ||
export ROOT_DIST_SHA=ef150041e1af0890ecdd98ebdd6c759096884052a584c09ce50b2b5bb9bab2cd && \ | ||
\ | ||
$BOOTSTRAP_PURE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM techknowlogick/xgo:go-1.14.10 | ||
FROM techknowlogick/xgo:go-1.14.11 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 1154 | ||
|
||
RUN \ | ||
export ROOT_DIST=https://dl.google.com/go/go1.15.4.linux-amd64.tar.gz && \ | ||
export ROOT_DIST_SHA=eb61005f0b932c93b424a3a4eaa67d72196c79129d9a3ea8578047683e2c80d5 && \ | ||
\ | ||
$BOOTSTRAP_PURE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM techknowlogick/xgo:go-1.15.3 | ||
FROM techknowlogick/xgo:go-1.15.4 |