Skip to content

Commit bc23dd5

Browse files
authored
chore: restore librarian tools, update gapic-generator-go version (#14494)
This PR does two things: * restore the tools section of librarian yaml, which got purged as part of #14491 * Update the gapic-generator-go version to 0.59.0
1 parent 05eed88 commit bc23dd5

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

librarian.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,16 @@ sources:
1818
googleapis:
1919
commit: 939ba3bf8408af83f0f73ae35c76c4b11a8c8c8d
2020
sha256: 70829cda81b9c69ae4f5f2a42f347c263b62cd69eb6a87b70555aab6ae5b6d74
21-
tools: {}
21+
tools:
22+
go:
23+
- name: github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic
24+
version: v0.59.0
25+
- name: golang.org/x/tools/cmd/goimports
26+
version: v0.44.0
27+
- name: google.golang.org/grpc/cmd/protoc-gen-go-grpc
28+
version: v1.3.0
29+
- name: google.golang.org/protobuf/cmd/protoc-gen-go
30+
version: v1.36.11
2231
release: {}
2332
default:
2433
tag_format: '{name}/v{version}'

0 commit comments

Comments
 (0)