Skip to content

Commit 231fadc

Browse files
author
mtail
committed
Update to latest tools.
1 parent 11e69f5 commit 231fadc

12 files changed

Lines changed: 5286 additions & 1585 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
defaults: &defaults
33
working_directory: /src/istio.io/api
44
docker:
5-
- image: gcr.io/istio-testing/api-build-tools:2018-10-31
5+
- image: gcr.io/istio-testing/api-build-tools:2019-02-23
66
environment:
77
GOPATH: /go
88
OUT_PATH: /src

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ out_path = $(OUT_PATH)
1313
docker_lock = protolock
1414
docker_tool = prototool
1515
else
16-
gen_img := gcr.io/istio-testing/protoc:2018-06-12
16+
gen_img := gcr.io/istio-testing/protoc:2019-02-23
1717
lock_img := gcr.io/istio-testing/protolock:2018-10-23
18-
all_img := gcr.io/istio-testing/api-build-tools:2018-10-31
18+
all_img := gcr.io/istio-testing/api-build-tools:2019-02-23
1919
pwd := $(shell pwd)
2020
mount_dir := /src
2121
repo_dir := istio.io/api

mesh/v1alpha1/config.pb.go

Lines changed: 575 additions & 225 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)