diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3fefdc..3f470c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,8 +56,8 @@ jobs: uses: arduino/setup-protoc@v3 - name: Installing protoc-gen-go run: | - go install github.com/golang/protobuf/protoc-gen-go - go install google.golang.org/grpc/cmd/protoc-gen-go-grpc + go install github.com/golang/protobuf/protoc-gen-go@latest + go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest - name: Build golang parts if: steps.cache-common.outputs.cache-hit != 'true' shell: bash