You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update to go version 1.15.6 and protoc 3.14.0 (#717)
* update to go version 1.15.6 and protoc 3.14.0
* change go and protoc versions in travis and Readme
* update github actions to go version 1.15.6 and protoc version 3.14.0
* updated badge link
* updated badge link
* updated badge link
gogoprotobuf is a fork of <ahref="https://github.com/golang/protobuf">golang/protobuf</a> with extra code generation features.
@@ -92,10 +92,10 @@ After that you can choose:
92
92
### Installation
93
93
94
94
To install it, you must first have Go (at least version 1.6.3 or 1.9 if you are using gRPC) installed (see [http://golang.org/doc/install](http://golang.org/doc/install)).
95
-
Latest patch versions of 1.10 and 1.11 are continuously tested.
95
+
Latest patch versions of 1.12 and 1.15 are continuously tested.
96
96
97
97
Next, install the standard protocol buffer implementation from [https://github.com/google/protobuf](https://github.com/google/protobuf).
98
-
Most versions from 2.3.1 should not give any problems, but 2.6.1, 3.0.2 and 3.6.1 are continuously tested.
98
+
Most versions from 2.3.1 should not give any problems, but 2.6.1, 3.0.2 and 3.14.0 are continuously tested.
0 commit comments