Skip to content

Commit

Permalink
Update go-build-and-test-example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karkunpavan authored Nov 22, 2024
1 parent f756c06 commit e902fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-build-and-test-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e902fae

Please sign in to comment.