Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Golang 1.13.9 #89275

Merged
merged 3 commits into from
Mar 24, 2020
Merged

Update to Golang 1.13.9 #89275

merged 3 commits into from
Mar 24, 2020

Commits on Mar 23, 2020

  1. build: Remove kube-cross image building

    kube-cross image building has moved to k/release/images/build/cross.
    
    Signed-off-by: Stephen Augustus <saugustus@vmware.com>
    justaugustus committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    32b61ea View commit details
    Browse the repository at this point in the history
  2. deps: Update to Golang 1.13.9

    Signed-off-by: Stephen Augustus <saugustus@vmware.com>
    Co-authored-by: Jeff Grafton <jgrafton@google.com>
    justaugustus and ixdy committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    b6179ac View commit details
    Browse the repository at this point in the history
  3. build/dependencies: Remove bazel WORKSPACE go_version check

    When supplying the go_download_sdk instead of updating rules_go, the
    go_version is removed, so we shouldn't check for it anymore in
    hack/verify-external-dependencies-version.sh.
    
    Without this, pull-kubernetes-verify jobs will fail.
    
    Signed-off-by: Stephen Augustus <saugustus@vmware.com>
    justaugustus committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    979e3e0 View commit details
    Browse the repository at this point in the history