Closed jaketf closed 2 years ago
linter was complaining about some issues unrelated to this PR trying to fix...
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.
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.