install gen-doc (go 1.18 disables go get installs) (#1364)

This commit is contained in:
Ruaridh 2022-10-24 21:24:32 +01:00 committed by GitHub
parent 5110fea008
commit c3a85c869a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ protoc_gen_gocosmos() {
protoc_gen_doc() {
go get -u github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc 2>/dev/null
go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc
}
cp go.mod go.mod.bak