all: update to use Go1.16.1
Change-Id: I9d899131c09f16b4de7cbece8099aa463eec0f75
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/298049
Trust: Joe Tsai <joetsai@digital-static.net>
Reviewed-by: Damien Neil <dneil@google.com>
diff --git a/integration_test.go b/integration_test.go
index c895e14..67b893a 100644
--- a/integration_test.go
+++ b/integration_test.go
@@ -36,7 +36,7 @@
protobufVersion = "3.15.3"
protobufSHA256 = "" // ignored if protobufVersion is a git hash
- golangVersions = []string{"1.9.7", "1.10.8", "1.11.13", "1.12.17", "1.13.15", "1.14.7", "1.15"}
+ golangVersions = []string{"1.9.7", "1.10.8", "1.11.13", "1.12.17", "1.13.15", "1.14.15", "1.15.9", "1.16.1"}
golangLatest = golangVersions[len(golangVersions)-1]
staticcheckVersion = "2020.1.4"