Add xgo-1.10.x and make go-latest from it

This commit is contained in:
Tracy Li 2018-02-27 08:18:23 -06:00
parent 133808045d
commit f6c452305c
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
# Go cross compiler (xgo): Go 1.10.x
# Copyright (c) 2017 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.
FROM karalabe/xgo-1.10.0
MAINTAINER Péter Szilágyi <peterke@gmail.com>

View File

@ -3,6 +3,6 @@
#
# Released under the MIT license.
FROM karalabe/xgo-1.10.0
FROM karalabe/xgo-1.10.x
MAINTAINER Péter Szilágyi <peterke@gmail.com>