uber / prototool

Your Swiss Army Knife for Protocol Buffers
MIT License
5.05k stars 345 forks source link

Update Prototool deps #542

Closed smaye81 closed 4 years ago

smaye81 commented 4 years ago

Upgrades Prototool dependencies:

Go: 1.14 Bazel: 1.2 Bazel Rules Go: 0.22.1 Gazelle: 0.20.0 Alpine image: golang:1.14:alpine:3.11 See Dockerfile for additional upgrades.

In addition, updates some Bazel Go deps as well as a few in go.mod

Finally, this also comments out three unit tests involving mTLS which are failing under make bazeltest. Currently, these tests work via make test due to the opt-out with GODEBUG in the Makefile. However, it doesn't seem possible to use this flag via Gazelle/go_test/Bazel. So, a better solution will need implemented to fix this without needing the opt-out flag.

Tracked in https://github.com/uber/prototool/issues/541

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (dev@c10fddf). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##             dev     #542   +/-   ##
======================================
  Coverage       ?   66.09%           
======================================
  Files          ?      144           
  Lines          ?     7462           
  Branches       ?        0           
======================================
  Hits           ?     4932           
  Misses         ?     2023           
  Partials       ?      507

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c10fddf...b050c2b. Read the comment docs.