name: "Setup Go tools" description: | Set up tools for `make gen`, `offlinedocs` and Schmoder CI. runs: using: "composite" steps: - name: go install tools shell: bash run: | ./.github/scripts/retry.sh -- go install tool # NOTE: protoc-gen-go cannot be installed with `go get` ./.github/scripts/retry.sh -- go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30