Skip to content

Commit

Permalink
use latest security patch release of golang (kubernetes-sigs#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 authored and k8s-ci-robot committed Jan 24, 2019
1 parent 379c9ea commit 76653f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Build the manager binary
FROM golang:1.11.4 as builder
FROM golang:1.11.5 as builder

# Copy in the go src
WORKDIR $GOPATH/src/sigs.k8s.io/cluster-api
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_too
go_rules_dependencies()

go_register_toolchains(
go_version = "1.11.4",
go_version = "1.11.5",
)

load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
Expand Down

0 comments on commit 76653f4

Please sign in to comment.