all: update to go1.13 release

Change-Id: Id090455ddf30620bd5be809a095d187afc2047c5
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/193937
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
diff --git a/integration_test.go b/integration_test.go
index eb37899..a0b89fd 100644
--- a/integration_test.go
+++ b/integration_test.go
@@ -34,7 +34,7 @@
 	buildRelease = flag.Bool("buildRelease", false, "build release binaries")
 
 	protobufVersion = "3.9.1"
-	golangVersions  = []string{"1.9.7", "1.10.8", "1.11.13", "1.12.9", "1.13rc1"}
+	golangVersions  = []string{"1.9.7", "1.10.8", "1.11.13", "1.12.9", "1.13"}
 	golangLatest    = golangVersions[len(golangVersions)-1]
 
 	// purgeTimeout determines the maximum age of unused sub-directories.