Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-18 15:01:41 +03:30
parent e5499c7c0d
commit 4e55bb2d27
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -23,6 +23,11 @@ jobs:
# setup_only: true
# pr_comment: true
- uses: bufbuild/buf-setup-action@v1.47.2
- uses: actions/setup-go@v5
with:
go-version: '>=1.17.0'
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
# Ensure that `buf` is installed
- run: buf --version
- run: buf generate