3 Commits

Author SHA1 Message Date
Damien Neil
b7697bb698 all: update descriptor.proto to latest version
A recent change to the upstream descriptor.proto, appearing in
google.golang.org/protobuf@v1.33.0, removed the long-deprecated
FileOptions.php_generic_services field. This backwards-incompatible
change results in an incompatibility between the
github.com/golang/protobuf and google.golang.org/protobuf
modules.

Bump the google.golang.org/protobuf version in go.mod, regenerate
descriptors.

Increase the minimum Go version requirement to go1.17 (the minimum
supported by v1.33.0).

Run gofmt to update formatting to go1.22 standards.

For #1596
2024-03-05 14:04:10 -08:00
Joe Tsai
78b1f09b43 Switch from Travis-CI to GitHub actions (#1286)
Travis-CI is dead. GitHub actions is the new hotness.
The minimally supported version is Go1.11 to make use of modules.
2021-03-03 09:36:43 -08:00
Joe Tsai
20b6e0b198 Update issue templates 2018-08-14 13:51:26 -07:00