diff --git a/.gitea/workflows/buf-ci.yaml b/.gitea/workflows/buf-ci.yaml index 37f8932..a0d8c81 100644 --- a/.gitea/workflows/buf-ci.yaml +++ b/.gitea/workflows/buf-ci.yaml @@ -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