Update to golang 1.13.9 to match 1.18.1

This commit is contained in:
Justin Santa Barbara 2020-04-09 00:46:26 -04:00
parent 2ab04e0ab5
commit 917d43f7bf
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
go_rules_dependencies()
go_register_toolchains(
go_version = "1.13.8",
go_version = "1.13.9",
)
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")

View File

@ -14,7 +14,7 @@
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
ARG KOPS_GITISH=release