mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 17:41:05 +02:00
dev-lang/go: Add Go 1.19.3
Add Go 1.19.3. https://go.dev/doc/devel/release#go1.19.3 Update the default Go version to 1.19. Note, we still keep COREOS_GO_VERSION=go1.18 in containerd, docker, docker-cli, docker-proxy, docker-runc following the default version of the upstream repos.
This commit is contained in:
parent
a17469f602
commit
3d8b7b67ce
@ -1,2 +1,3 @@
|
||||
DIST go1.12.17.src.tar.gz 20725913 BLAKE2B 2eef7374195302656268a42409619445dfeb3ede1f9218ae4eab195916876b97f7510cc62585a0bfdd9f86dddf8a74000032a84b29bc9891d84fc69db94f0274 SHA512 069f8f445d9d2268ebb14b2446fab34843d56283c04561636d122fd8b4c1ea0b63640a84437db7a7be71039440ffe170cd3f8025b03b0acf95f2a56fa2febec6
|
||||
DIST go1.18.8.src.tar.gz 22873390 BLAKE2B 05e8664e0601510dc83b6ec4a2535ec3f68dfa33a7d7b339db9c08de3e703b7e8ba6bb103b2c4fa71515f49a6134b8705a514e71f02f5c221dd6f4ce905066d4 SHA512 8fb257e2e53bf887948735c03a68748c55e2ceda3c6593cabb0c70e82b0e4e8f6ecd8aece5e6b1b96e4589a53ae557f8d9d6dea093efff0ae657afad25b05b22
|
||||
DIST go1.19.3.src.tar.gz 26535494 BLAKE2B 369f2fe45cda19f3c5e840a7d737a45268c6d5a63f25b99d221793cea00c50ffc72f88944e8e137ae8128563d8f562cc3e49c3399a75adb2437d877e4ba0c222 SHA512 9aa8548597d52455afad8bf3b882eeeb9992814721ff2b9d8ed1f0e1ee0fec74aecd9d4e8c9c00eafbfe690bcdc50f3ad0b00bc4818b87e9d584cce7df97ee76
|
||||
|
8
sdk_container/src/third_party/coreos-overlay/dev-lang/go/go-1.19.3.ebuild
vendored
Normal file
8
sdk_container/src/third_party/coreos-overlay/dev-lang/go/go-1.19.3.ebuild
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# Copyright 2022 Flatcar Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit coreos-go-lang
|
||||
|
||||
KEYWORDS="-* amd64 arm64"
|
@ -11,9 +11,9 @@
|
||||
#
|
||||
# Example:
|
||||
# @CODE
|
||||
# COREOS_GO_VERSION=go1.18
|
||||
# COREOS_GO_VERSION=go1.19
|
||||
# @CODE
|
||||
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.18}"
|
||||
export COREOS_GO_VERSION="${COREOS_GO_VERSION:-go1.19}"
|
||||
|
||||
case "${EAPI:-0}" in
|
||||
5|6) DEPEND="dev-lang/go:${COREOS_GO_VERSION#go}=" ;;
|
||||
|
@ -30,7 +30,7 @@
|
||||
#
|
||||
# Example:
|
||||
# @CODE
|
||||
# COREOS_GO_VERSION=go1.18
|
||||
# COREOS_GO_VERSION=go1.19
|
||||
# @CODE
|
||||
|
||||
case "${EAPI:-0}" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user