mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
This downgrades the golang toolchain used to build rkt, keeping it at go1.9. This is a temporary workaround for a go-1.10 regression in `archive/tar`. Ref: https://github.com/coreos/bugs/issues/2402 Ref: https://github.com/appc/docker2aci/issues/259 Ref: https://github.com/golang/go/issues/24821