Codebase list golang-google-protobuf / 494e81b
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> Michael Stapelberg 1 year, 8 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4242 switch runtime.GOOS + "/" + runtime.GOARCH {
4343 case "darwin/arm64":
4444 default:
45 vers = []string{"1.11.13", "1.12.17", "1.13.15", "1.14.15", "1.15.15"}
45 vers = []string{"1.13.15", "1.14.15", "1.15.15"}
4646 }
4747 return append(vers, "1.16.15", "1.17.12", "1.18.4")
4848 }()