Skip to content

Commit

Permalink
Revert version in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
anders617 committed Oct 14, 2020
1 parent 043cdb5 commit 9fe1ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ startup --batch
test --ram_utilization_factor=10

# Use a remote cache to speed up builds
build --remote_cache=http://michigan-dining-api.bazel-cache.andersboberg.com:5555
# build --remote_cache=http://michigan-dining-api.bazel-cache.andersboberg.com:5555

# Write to cache to allow travis to do some caching
build --disk_cache=/home/travis/bazel-cache
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,5 @@ go_repository(
name = "com_github_google_uuid",
importpath = "github.com/google/uuid",
sum = "h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=",
version = "v2",
version = "v1.1.1",
)

0 comments on commit 9fe1ad8

Please sign in to comment.