Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 2, 2020
1 parent dcf2f05 commit 498c555
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
startup --output_base /root/.cache/_grpc_gateway_bazel
build --test_output errors
build --features race
# Workaround https://github.com/bazelbuild/bazel/issues/3645
# See https://docs.bazel.build/versions/0.23.0/command-line-reference.html
build --local_ram_resources=4096 # Circle Docker runners have 4G of memory
build --local_cpu_resources=2 # Circle Docker runners have 2 vCPU
2 changes: 1 addition & 1 deletion .circleci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.3
FROM golang:1.14.4

# Warm apt cache and install dependencies
# bzip2 is required by the node_tests (to extract its dependencies).
Expand Down

0 comments on commit 498c555

Please sign in to comment.