Skip to content

Commit

Permalink
cmd/gomote: make the GRPC gomote API the default
Browse files Browse the repository at this point in the history
This change makes the GRPC gomote API the default for gomote operations.

Updates golang/go#47521

Change-Id: If50f66d7c8d6fc9ea1385821f09f62d419757d49
Reviewed-on: https://go-review.googlesource.com/c/build/+/423999
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Heschi Kreinick <[email protected]>
Reviewed-by: Carlos Amedee <[email protected]>
Auto-Submit: Carlos Amedee <[email protected]>
Run-TryBot: Carlos Amedee <[email protected]>
  • Loading branch information
cagedmantis authored and gopherbot committed Aug 16, 2022
1 parent ac7bbc6 commit 6154cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gomote/gomote.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ var (

func main() {
buildlet.RegisterFlags()
version := 1
version := 2
if vs := os.Getenv("GOMOTE_VERSION"); vs != "" {
v, err := strconv.Atoi(vs)
if err == nil {
Expand Down

0 comments on commit 6154cfb

Please sign in to comment.