mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-12 07:26:58 +02:00
app-emulation/docker*: build docker with Go 1.19
Go 1.18 is already EOL, so no security update at all. Since
upstream docker projects already have Go 1.19, Flatcar should also have
that.
See also
5d6db84223/Dockerfile (L6)
.
This commit is contained in:
parent
1d2ea91f6a
commit
93a898312d
@ -6,7 +6,7 @@ GIT_COMMIT=e78084afe5
|
||||
EGO_PN="github.com/docker/cli"
|
||||
|
||||
COREOS_GO_PACKAGE="${EGO_PN}"
|
||||
COREOS_GO_VERSION="go1.18"
|
||||
COREOS_GO_VERSION="go1.19"
|
||||
|
||||
inherit bash-completion-r1 golang-vcs-snapshot coreos-go-depend
|
||||
|
||||
|
@ -8,7 +8,7 @@ inherit golang-vcs-snapshot
|
||||
|
||||
# Flatcar: Add coreos go goo.
|
||||
COREOS_GO_PACKAGE="${EGO_PN}"
|
||||
COREOS_GO_VERSION="go1.18"
|
||||
COREOS_GO_VERSION="go1.19"
|
||||
COREOS_GO_GO111MODULE="off"
|
||||
|
||||
inherit coreos-go
|
||||
|
@ -5,7 +5,7 @@ EAPI=6
|
||||
|
||||
GITHUB_URI="github.com/opencontainers/runc"
|
||||
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
||||
COREOS_GO_VERSION="go1.18"
|
||||
COREOS_GO_VERSION="go1.19"
|
||||
# the commit of runc that docker uses.
|
||||
# see https://github.com/docker/docker-ce/blob/v19.03.15/components/engine/hack/dockerfile/install/runc.installer#L4
|
||||
COMMIT_ID="532d81d385677036958916d9aed5dd3431c5edb5"
|
||||
|
@ -7,7 +7,7 @@ MY_PV=${PV/_/-}
|
||||
GIT_COMMIT=d6cbf44b8c
|
||||
inherit linux-info systemd udev golang-vcs-snapshot
|
||||
|
||||
COREOS_GO_VERSION="go1.18"
|
||||
COREOS_GO_VERSION="go1.19"
|
||||
COREOS_GO_GO111MODULE="off"
|
||||
|
||||
inherit coreos-go-depend
|
||||
|
Loading…
Reference in New Issue
Block a user