From 3924625c77af1a1b2e7d9212a21407d3bbf19e08 Mon Sep 17 00:00:00 2001 From: Herbie Ong Date: Fri, 6 Sep 2019 11:20:30 -0700 Subject: [PATCH] all: update to go1.13 release Change-Id: Id090455ddf30620bd5be809a095d187afc2047c5 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/193937 Reviewed-by: Joe Tsai --- integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test.go b/integration_test.go index eb37899e..a0b89fd8 100644 --- a/integration_test.go +++ b/integration_test.go @@ -34,7 +34,7 @@ var ( 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.