aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@google.com>2022-09-13 16:20:48 +0200
committerMichael Stapelberg <stapelberg@google.com>2022-09-13 14:25:03 +0000
commit494e81bd5a5d6213d3f395ec1b6aeb7f41d44166 (patch)
tree57bf73149532290954af6688a1ca05cdc1576033
parentf930b1dc76e8ff950a69a8bd945562261d045c64 (diff)
downloadgolang-protobuf-494e81bd5a5d6213d3f395ec1b6aeb7f41d44166.tar.gz
integration test: drop Go 1.11 and Go 1.12
fixes https://github.com/golang/protobuf/issues/1483 Change-Id: Ia5235f5923bc2430213d38bf5c6c5d0bcf25fa24 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/430516 Run-TryBot: Nicolas Hillegeer <aktau@google.com> Reviewed-by: Nicolas Hillegeer <aktau@google.com>
-rw-r--r--integration_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_test.go b/integration_test.go
index 0cdb656a..33ac34d7 100644
--- a/integration_test.go
+++ b/integration_test.go
@@ -43,7 +43,7 @@ var (
switch runtime.GOOS + "/" + runtime.GOARCH {
case "darwin/arm64":
default:
- vers = []string{"1.11.13", "1.12.17", "1.13.15", "1.14.15", "1.15.15"}
+ vers = []string{"1.13.15", "1.14.15", "1.15.15"}
}
return append(vers, "1.16.15", "1.17.12", "1.18.4")
}()