From 3d20080431fd877a1c3e1c03bd0df6ec1e07f4eb Mon Sep 17 00:00:00 2001 From: yinheli Date: Fri, 29 Oct 2021 18:12:00 +0800 Subject: [PATCH] fix: buf configuration template --- tools/xservice/gogen/assets/project/buf.yaml.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/xservice/gogen/assets/project/buf.yaml.tpl b/tools/xservice/gogen/assets/project/buf.yaml.tpl index 16c3238..fa92da0 100644 --- a/tools/xservice/gogen/assets/project/buf.yaml.tpl +++ b/tools/xservice/gogen/assets/project/buf.yaml.tpl @@ -1,11 +1,11 @@ version: v1beta1 name: buf.build/{{.Repo}}/{{.Name}} deps: - - buf.build/beta/googleapis - - buf.build/beta/protoc-gen-validate + - buf.build/googleapis/googleapis + - buf.build/envoyproxy/protoc-gen-validate build: roots: - - . + - buf lint: use: - DEFAULT