mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
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:
parent
174b3b250c
commit
1e947c7ef9
@ -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.18"
|
COREOS_GO_VERSION="go1.19"
|
||||||
|
|
||||||
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