Skip to content

Commit

Permalink
Merge pull request #81520 from cblecker/automated-cherry-pick-of-#81390-
Browse files Browse the repository at this point in the history
#81489-upstream-release-1.15

Update release-1.15 to go 1.12.9
  • Loading branch information
k8s-ci-robot committed Aug 16, 2019
2 parents c2be2fc + e72f375 commit 7812423
Show file tree
Hide file tree
Showing 63 changed files with 752 additions and 449 deletions.
2 changes: 1 addition & 1 deletion build/build-image/cross/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# This file creates a standard build environment for building cross
# platform go binary for the architecture kubernetes cares about.

FROM golang:1.12.7
FROM golang:1.12.9

ENV GOARM 7
ENV KUBE_DYNAMIC_CROSSPLATFORMS \
Expand Down
2 changes: 1 addition & 1 deletion build/build-image/cross/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.12.7-1
v1.12.9-1
6 changes: 3 additions & 3 deletions build/root/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ http_archive(

http_archive(
name = "io_bazel_rules_go",
sha256 = "38113392bac83252d2e6450b0056e41f35b2469903e319688883598ce38f0377",
urls = mirror("https://github.com/bazelbuild/rules_go/releases/download/0.17.8/rules_go-0.17.8.tar.gz"),
sha256 = "f635b285d7e902ac7327637edbba98a4f110e8202c8f4fb49d2f6ecd837f704a",
urls = mirror("https://github.com/bazelbuild/rules_go/releases/download/0.18.9/rules_go-0.18.9.tar.gz"),
)

load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(
go_version = "1.12.7",
go_version = "1.12.9",
)

http_archive(
Expand Down
2 changes: 1 addition & 1 deletion hack/boilerplate/boilerplate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import boilerplate
import unittest
import StringIO
from io import StringIO
import os
import sys

Expand Down
23 changes: 14 additions & 9 deletions staging/src/k8s.io/api/admission/v1beta1/generated.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 15 additions & 9 deletions staging/src/k8s.io/api/apps/v1/generated.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 16 additions & 10 deletions staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 16 additions & 10 deletions staging/src/k8s.io/api/apps/v1beta2/generated.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 11 additions & 6 deletions staging/src/k8s.io/api/auditregistration/v1alpha1/generated.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 13 additions & 8 deletions staging/src/k8s.io/api/authentication/v1/generated.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 12 additions & 7 deletions staging/src/k8s.io/api/authentication/v1beta1/generated.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 12 additions & 7 deletions staging/src/k8s.io/api/authorization/v1/generated.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 12 additions & 7 deletions staging/src/k8s.io/api/authorization/v1beta1/generated.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 15 additions & 9 deletions staging/src/k8s.io/api/autoscaling/v1/generated.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7812423

Please sign in to comment.