blob: c849d3eb2ef5a8724e017c7ce17fc7dfd5df679c [file] [log] [blame]
create {
source {
git {
repo: "https://github.com/grpc/grpc-go"
tag_pattern: "v%s"
tag_filter_re: "v([0-9]+\.?)+$"
}
}
build { tool: "tools/go" }
}
upload { pkg_prefix: "go/github.com/grpc" }