mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Update Golang to v1.14.5
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
633ab1ca61
commit
c4b6678757
@ -1 +1 @@
|
||||
v1.14.4-2
|
||||
v1.14.5-1
|
||||
|
@ -68,7 +68,7 @@ dependencies:
|
||||
- path: cluster/images/etcd/migrate/options.go
|
||||
|
||||
- name: "golang"
|
||||
version: 1.14.4
|
||||
version: 1.14.5
|
||||
refPaths:
|
||||
- path: build/build-image/cross/VERSION
|
||||
- path: build/root/WORKSPACE
|
||||
@ -133,7 +133,7 @@ dependencies:
|
||||
match: tag =
|
||||
|
||||
- name: "k8s.gcr.io/kube-cross: dependents"
|
||||
version: v1.14.4-2
|
||||
version: v1.14.5-1
|
||||
refPaths:
|
||||
- path: build/build-image/cross/VERSION
|
||||
- path: test/images/sample-apiserver/Dockerfile
|
||||
|
@ -19,7 +19,7 @@ repo_infra_repositories()
|
||||
load("@io_k8s_repo_infra//:repos.bzl", repo_infra_configure = "configure", repo_infra_go_repositories = "go_repositories")
|
||||
|
||||
repo_infra_configure(
|
||||
go_version = "1.14.4",
|
||||
go_version = "1.14.5",
|
||||
minimum_bazel_version = "2.2.0",
|
||||
)
|
||||
|
||||
|
@ -16,7 +16,7 @@ REGISTRY ?= gcr.io/kubernetes-e2e-test-images
|
||||
GOARM ?= 7
|
||||
DOCKER_CERT_BASE_PATH ?=
|
||||
QEMUVERSION=v2.9.1
|
||||
GOLANG_VERSION=1.14.4
|
||||
GOLANG_VERSION=1.14.5
|
||||
export
|
||||
|
||||
ifndef WHAT
|
||||
|
@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
ARG BASEIMAGE
|
||||
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.14.4-2 as build_k8s_1_17_sample_apiserver
|
||||
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.14.5-1 as build_k8s_1_17_sample_apiserver
|
||||
|
||||
ENV GOPATH /go
|
||||
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user