app-emulation/containerd: default to Go 1.19

Since containerd 1.6.18, containerd is built with
Go 1.19 by default. Following that, update the default
Go version to 1.19.
See also
https://github.com/containerd/containerd/commit/54ead5b7b71a .
This commit is contained in:
Dongsu Park 2023-02-20 13:07:48 +01:00
parent 174b3b250c
commit 1e947c7ef9

View File

@ -5,7 +5,7 @@ EAPI=6
GITHUB_URI="github.com/containerd/containerd"
COREOS_GO_PACKAGE="${GITHUB_URI}"
COREOS_GO_VERSION="go1.18"
COREOS_GO_VERSION="go1.19"
if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://${GITHUB_URI}.git"