Commit Graph

10 Commits

Author SHA1 Message Date
Richard Belleville 12fde525c7 Drop support for Go 1.11.
The protobuf 1.3.3 depends on Go interpreter of at least 1.12. Per the
Go version support policy (two releases before the current release of
1.14), this version is unsupported anyway. This commit drops support for
1.11 and expands the test matrix to cover 1.13 and 1.14.
2020-03-12 13:04:58 -07:00
Richard Belleville f8c798f59b Bump grpc to 1.28 2020-03-12 12:23:43 -07:00
Joshua Humphries 4054d1d115
fix go.mod for Go 1.13 (#110) 2019-08-09 14:17:53 -04:00
Joshua Humphries 80425d1b17
use protoreflect 1.4.4 (#109) 2019-07-03 15:56:51 -04:00
Joshua Humphries 7e4045565f
update all deps; use new ResolveFilenames method (#103) 2019-05-24 10:26:38 -04:00
Joshua Humphries 09c3d1d69e
use just-released v1.3.0 protoreflect (#101) 2019-05-22 16:20:41 -04:00
Joshua Humphries 0fcd3253f6
latest protoreflect fixes some bugs in JSON marshaling/unmarshaling (#86) 2019-03-07 13:35:49 -05:00
Joshua Humphries 5516a45602
update proto and grpc deps (#81)
Fixes the build by updating grpc (and deps) and using new, non-deprecated function
2019-02-27 17:30:44 -05:00
Joshua Humphries 58cd93280e
use proto syntax for describe (#57) 2018-10-18 13:50:44 -04:00
Joshua Humphries d4d048fade
support go modules (#48)
* support go modules
- use Go 1.11 (with and without module support) in CI
- add go.mod and go.sum files
- with modules in Go 1.11, can't rely on GOPATH directory layout, so just copy test.proto into this repo
2018-09-14 20:18:53 -04:00