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>
diff --git a/integration_test.go b/integration_test.go
index 9df20d0..f62e072 100644
--- a/integration_test.go
+++ b/integration_test.go
@@ -28,8 +28,8 @@
 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.