stripe / stripe-cli

A command-line tool for Stripe
https://stripe.com/docs/stripe-cli
Apache License 2.0
1.57k stars 362 forks source link

update setup-protoc from v1 to v3 #1175

Closed charliecruzan-stripe closed 2 months ago

charliecruzan-stripe commented 2 months ago

Reviewers

r? @ cc @stripe/developer-products

Summary

We were using an old version of arduino/setup-protoc that didnt support ARM architecture for macos, which I suppose the macos-latest runners just started using, so this began failing. After upgrading, we hit another error related to diffing, and https://github.com/golangci/golangci-lint/issues/3087 pointed me to installing diffutils which worked