Browse Source

test.bash: update to protoc3.7.1 and go1.11.6 and go1.12.1

Change-Id: I787ffa48dc075c74fe51737dfc98f23371c0b189
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/170628
Reviewed-by: Herbie Ong <herbie@google.com>
Joe Tsai 6 years ago
parent
commit
9d19e5c432
1 changed files with 2 additions and 2 deletions
  1. 2 2
      integration_test.go

+ 2 - 2
integration_test.go

@@ -28,8 +28,8 @@ import (
 var (
 	regenerate = flag.Bool("regenerate", false, "regenerate files")
 
-	protobufVersion = "3.7.0"
-	golangVersions  = []string{"1.9.7", "1.10.8", "1.11.5", "1.12"}
+	protobufVersion = "3.7.1"
+	golangVersions  = []string{"1.9.7", "1.10.8", "1.11.6", "1.12.1"}
 	golangLatest    = golangVersions[len(golangVersions)-1]
 
 	// purgeTimeout determines the maximum age of unused sub-directories.