From 1e947c7ef96168b147f5e8776dd74dc60083d5eb Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Mon, 20 Feb 2023 13:07:48 +0100 Subject: [PATCH] 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 . --- .../app-emulation/containerd/containerd-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild index 9777f9af9e..ed95bf49c5 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild @@ -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"