Skip to content

Commit e2cfd1c

Browse files
authored
internal: update proto library version (#3025)
Also, two fixes: - Fix long-standing `.travis.yml` bug where `VET_SKIP_PROTO` was not `export`ed (so not seen by `vet.sh`). - Update `vet.sh` to work with new `goimports -l` that does not print a `:` after filenames.
1 parent 7b8c556 commit e2cfd1c

File tree

28 files changed

+1734
-2467
lines changed

28 files changed

+1734
-2467
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_install:
2323
- if [[ "${GO111MODULE}" = "on" ]]; then mkdir "${HOME}/go"; export GOPATH="${HOME}/go"; fi
2424
- if [[ -n "${RUN386}" ]]; then export GOARCH=386; fi
2525
- if [[ "${TRAVIS_EVENT_TYPE}" = "cron" && -z "${RUN386}" ]]; then RACE=1; fi
26-
- if [[ "${TRAVIS_EVENT_TYPE}" != "cron" ]]; then VET_SKIP_PROTO=1; fi
26+
- if [[ "${TRAVIS_EVENT_TYPE}" != "cron" ]]; then export VET_SKIP_PROTO=1; fi
2727

2828
install:
2929
- try3() { eval "$*" || eval "$*" || eval "$*"; }

balancer/grpclb/grpc_lb_v1/load_balancer.pb.go

+109-226
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)