mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
app-emulation/containerd: update to use go1.7
As far as I know there's no reason we were using 1.6, and upstream recommends 1.7 nowadays.
This commit is contained in:
parent
d285b1129b
commit
39a2594468
@ -6,7 +6,7 @@ EAPI=5
|
||||
|
||||
GITHUB_URI="github.com/docker/${PN}"
|
||||
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
||||
COREOS_GO_VERSION="go1.6"
|
||||
COREOS_GO_VERSION="go1.7"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
EGIT_REPO_URI="https://${GITHUB_URI}.git"
|
||||
|
Loading…
x
Reference in New Issue
Block a user