mirror of https://github.com/kubernetes/kops.git
Merge pull request #8882 from justinsb/update_golang
Update to golang 1.13.9 to match 1.18.1
This commit is contained in:
commit
f07e483487
|
|
@ -27,7 +27,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
|
||||||
go_rules_dependencies()
|
go_rules_dependencies()
|
||||||
|
|
||||||
go_register_toolchains(
|
go_register_toolchains(
|
||||||
go_version = "1.13.8",
|
go_version = "1.13.9",
|
||||||
)
|
)
|
||||||
|
|
||||||
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
|
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
FROM alpine:3.8
|
FROM alpine:3.8
|
||||||
|
|
||||||
ARG GO_VERSION=1.13.8
|
ARG GO_VERSION=1.13.9
|
||||||
|
|
||||||
# KOPS_GITISH: Modify to build at an explicit tag/gitish
|
# KOPS_GITISH: Modify to build at an explicit tag/gitish
|
||||||
ARG KOPS_GITISH=release
|
ARG KOPS_GITISH=release
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue