mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 15:50:10 +00:00
update golang version of etcd build to 1.19.9
As per https://github.com/etcd-io/etcd/blob/main/.go-version it is 1.19.9. Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
This commit is contained in:
parent
122a459dcb
commit
0ae902fca4
@ -83,7 +83,7 @@ endif
|
|||||||
# This option is for running docker manifest command
|
# This option is for running docker manifest command
|
||||||
export DOCKER_CLI_EXPERIMENTAL := enabled
|
export DOCKER_CLI_EXPERIMENTAL := enabled
|
||||||
# golang version should match the golang version of the official build from https://github.com/etcd-io/etcd/releases.
|
# golang version should match the golang version of the official build from https://github.com/etcd-io/etcd/releases.
|
||||||
GOLANG_VERSION := 1.19.8
|
GOLANG_VERSION := 1.19.9
|
||||||
GOARM?=7
|
GOARM?=7
|
||||||
TEMP_DIR:=$(shell mktemp -d)
|
TEMP_DIR:=$(shell mktemp -d)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user