Skip to content

Commit

Permalink
protoc-gen-go
Browse files Browse the repository at this point in the history
  • Loading branch information
skiffer-git committed May 28, 2024
1 parent d2f955b commit 98e8c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mageutil/gen_protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

func ensureToolsInstalled() error {
tools := map[string]string{
"protoc-gen-go": "https://github.com/golang/protobuf/tree/master/protoc-gen-go@latest",
"protoc-gen-go": "github.com/golang/protobuf/protoc-gen-go@latest",
}

// Setting GOBIN based on OS, Windows needs a different default path
Expand Down

0 comments on commit 98e8c9e

Please sign in to comment.