Skip to content

Commit

Permalink
Update to newer version of Gazelle for testing (#1903)
Browse files Browse the repository at this point in the history
Needed for go_repository that sets GOCACHE correctly, which is needed
for Go 1.12.

Updates #1896
  • Loading branch information
jayconrod committed Jan 15, 2019
1 parent 12a52e9 commit 6a85f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Expand Up @@ -12,7 +12,7 @@ go_register_toolchains()
# Needed for tests
git_repository(
name = "bazel_gazelle",
commit = "455e69320ee92c6f3bfb267aa211a4fa6ebc4e5d", # master as of 2018-11-27
commit = "f9428739d9a72ab9c9255ada38403856d4521ab2", # master as of 2019-01-11
remote = "https://github.com/bazelbuild/bazel-gazelle",
)

Expand Down

0 comments on commit 6a85f5d

Please sign in to comment.