mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-09 03:11:49 +01:00
app-emulation/containerd: switch to building with go1.16
Upstream builds with go1.16 too. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
e80bee6629
commit
d98781487a
@ -5,7 +5,7 @@ EAPI=6
|
|||||||
|
|
||||||
GITHUB_URI="github.com/containerd/containerd"
|
GITHUB_URI="github.com/containerd/containerd"
|
||||||
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
||||||
COREOS_GO_VERSION="go1.13"
|
COREOS_GO_VERSION="go1.16"
|
||||||
|
|
||||||
if [[ ${PV} == *9999 ]]; then
|
if [[ ${PV} == *9999 ]]; then
|
||||||
EGIT_REPO_URI="https://${GITHUB_URI}.git"
|
EGIT_REPO_URI="https://${GITHUB_URI}.git"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user