Update rules go and gazelle

This commit is contained in:
Mike Splain 2018-04-18 14:48:42 -04:00
parent 1924ce0d50
commit 0f26d60339
3 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
http_archive(
name = "io_bazel_rules_go",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.10.3/rules_go-0.10.3.tar.gz",
sha256 = "feba3278c13cde8d67e341a837f69a029f698d7a27ddbb2a202be7a10b22142a",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.11.0/rules_go-0.11.0.tar.gz",
sha256 = "f70c35a8c779bb92f7521ecb5a1c6604e9c3edd431e50b6376d7497abc8ad3c1",
)
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains", "go_download_sdk")

View File

@ -29,7 +29,7 @@ TMP_GOPATH=$(mktemp -d)
"${KOPS_ROOT}/hack/go_install_from_commit.sh" \
github.com/bazelbuild/bazel-gazelle/cmd/gazelle \
578e73e57d6a4054ef933db1553405c9284322c7 \
8bc6a862933eaa0d7431e15b308ceadc5729a6f9 \
"${TMP_GOPATH}"
"${TMP_GOPATH}/bin/gazelle" fix \

View File

@ -23,7 +23,7 @@ cd "${KOPS_ROOT}"
"${KOPS_ROOT}/hack/go_install_from_commit.sh" \
github.com/bazelbuild/bazel-gazelle/cmd/gazelle \
578e73e57d6a4054ef933db1553405c9284322c7 \
8bc6a862933eaa0d7431e15b308ceadc5729a6f9 \
"${TMP_GOPATH}"