massdriver-cloud / massdriver-cli

Deprecated. See https://github.com/massdriver-cloud/mass
https://massdriver.cloud
Apache License 2.0
3 stars 2 forks source link

App temp refresh #79

Closed jaketf closed 2 years ago

jaketf commented 2 years ago

pre-commit to ensure application tempaltes used as test data are up to date with massdriver/application-templates for context there were some things out of date including app.yaml and i wanted to sort this out so i could accurately be testing when adding app dependencies to the mass application new command.

most of this PR is just added files from application-templates into the testdata folder. I don't know if we want to have so much of that duplicated here but at least it's automated in a sane-ish way.

jaketf commented 2 years ago

linter was complaining about some issues unrelated to this PR trying to fix...

jaketf commented 2 years ago

issue seems related to the latest release of v1.48.0 golangci-lint last night it mostly adds go 1.19 support which we are not using. pinning our linter version for now.