Merge pull request #2468 from flatcar/dongsu/containerd-go-1.19

app-emulation/containerd: default to Go 1.19
This commit is contained in:
Dongsu Park 2023-02-21 13:42:48 +01:00 committed by GitHub
commit 493e755f8b

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"