From e902fae21d39f4c981cfc682f45e6ed3a16894c8 Mon Sep 17 00:00:00 2001 From: Pavan Karkun <228877+karkunpavan@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:44:40 +0530 Subject: [PATCH] Update go-build-and-test-example.yml --- .github/workflows/go-build-and-test-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-build-and-test-example.yml b/.github/workflows/go-build-and-test-example.yml index 76bc391..63bb164 100644 --- a/.github/workflows/go-build-and-test-example.yml +++ b/.github/workflows/go-build-and-test-example.yml @@ -34,7 +34,7 @@ jobs: export PATH=${PATH}:`go env GOPATH`/bin protoc --go_opt=paths=source_relative integration/common/protos/*.proto --go_out=. protoc --go_opt=paths=source_relative integration/example/protos/*.proto --go_out=. - protoc --go_opt=paths=source_relative integration/common/shared/protos/*/*.proto --go_out=. + protoc --go_opt=paths=source_relative integration/common/shared/protos/**/*.proto --go_out=. - name: Get the latest dependency versions working-directory: ./integration/example