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

Add latest go version with missing go version #104

Merged
merged 7 commits into from
Feb 27, 2018

Conversation

lixingwang
Copy link
Contributor

@lixingwang lixingwang commented Feb 22, 2018

Added

  • 1.9.3
  • 1.9.4
  • 1.9.x to 1.9.4
  • 1.10 and change go-latest to 1.10

Those will fixed #103 #99

@lixingwang
Copy link
Contributor Author

@karalabe Could you please quick review and merge into master? thanks

@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.10
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rename this folder to go-1.10.0 to keep it consistent with the other images.

@@ -3,6 +3,6 @@
#
# Released under the MIT license.

FROM karalabe/xgo-1.9.x
FROM karalabe/xgo-1.10
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use xgo-1.10.x here and create the appropriate file too.

MAINTAINER Péter Szilágyi <[email protected]>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 110
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version number will blow up, because it would cause 1.10 (110) to be < 1.5 (150). Can't say what the nicest solution would be. Perhaps we could go with 1100?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I built it locally with GO_VERSION set to 1100. Its not pretty but it works.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @karalabe and @CrawX Pushed changes, please take a look now.

@@ -3,6 +3,6 @@
#
# Released under the MIT license.

FROM karalabe/xgo-1.9.x
FROM karalabe/xgo-1.10.0
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use xgo-1.10.x here and create the appropriate file too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karalabe Done. Please review again

@karalabe karalabe merged commit f6c4523 into karalabe:master Feb 27, 2018
@karalabe
Copy link
Owner

Thank you very much for this! Merged with some tiny polishes. Will reconfigure docker hub for them.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to latest Go version
3 participants