Merge pull request #93198 from justaugustus/go1146

Update Golang to v1.14.6
This commit is contained in:
Kubernetes Prow Robot 2020-07-19 09:10:50 -07:00 committed by GitHub
commit 363c3b89f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 10 deletions

View File

@ -1 +1 @@
v1.14.5-1
v1.14.6-1

View File

@ -68,7 +68,7 @@ dependencies:
- path: cluster/images/etcd/migrate/options.go
- name: "golang"
version: 1.14.5
version: 1.14.6
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.5-1
version: v1.14.6-1
refPaths:
- path: build/build-image/cross/VERSION
- path: test/images/sample-apiserver/Dockerfile
@ -198,7 +198,7 @@ dependencies:
match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"}
- name: "repo-infra"
version: 0.0.7
version: 0.0.8
refPaths:
- path: build/root/WORKSPACE
match: strip_prefix = "repo-infra-\d+.\d+.\d+"

View File

@ -5,10 +5,10 @@ load("//build:workspace_mirror.bzl", "mirror")
http_archive(
name = "io_k8s_repo_infra",
sha256 = "54036881c2d1e55f76969777298e1c4a3cf44ba6c67fbba948c2bbeba91f19fe",
strip_prefix = "repo-infra-0.0.7",
strip_prefix = "repo-infra-0.0.8",
sha256 = "2a86a60706c1f9b2d87f25d2bc1d107d823908ec3fb895735c8aa9a4b239d10e",
urls = [
"https://github.com/kubernetes/repo-infra/archive/v0.0.7.tar.gz",
"https://github.com/kubernetes/repo-infra/archive/v0.0.8.tar.gz",
],
)
@ -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.5",
go_version = "1.14.6",
minimum_bazel_version = "2.2.0",
)

View File

@ -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.5
GOLANG_VERSION=1.14.6
export
ifndef WHAT

View File

@ -13,7 +13,7 @@
# limitations under the License.
ARG BASEIMAGE
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.14.5-1 as build_k8s_1_17_sample_apiserver
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.14.6-1 as build_k8s_1_17_sample_apiserver
ENV GOPATH /go
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin