mirror of https://github.com/status-im/xgo.git
Bump go-latest to point to go-1.8.x
This commit is contained in:
parent
0558c6e664
commit
b264e75cd0
|
@ -1,8 +1,8 @@
|
|||
# Go cross compiler (xgo): Wildcard layer to the latest Go release
|
||||
# Copyright (c) 2014 Péter Szilágyi. All rights reserved.
|
||||
# Copyright (c) 2017 Péter Szilágyi. All rights reserved.
|
||||
#
|
||||
# Released under the MIT license.
|
||||
|
||||
FROM karalabe/xgo-1.7.x
|
||||
FROM karalabe/xgo-1.8.x
|
||||
|
||||
MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
||||
|
|
Loading…
Reference in New Issue