TheThingsIndustries / protoc-gen-fieldmask

Generate field mask utilities from proto files
Apache License 2.0
11 stars 3 forks source link

Add GitHub Actions workflow #42

Closed johanstokking closed 2 years ago

johanstokking commented 2 years ago

Summary

Closes #39

Changes

Notes for Reviewers

The only difference really is that we're not testing in Darwin or Windows. But we can add these as runners in a matrix but I don't think we need that here.

I didn't update to Go 1.17. I'm getting some issues with go.mod and dependencies. Let's bother with that when we migrate this to get rid of gogoproto if we still need this repo by then.