GoogleCloudPlatform / solutions-modern-cicd-anthos

An end-to-end operating model for onboarding and continually deploying services with Anthos.
Apache License 2.0
86 stars 61 forks source link

Updating the golang template for new module requirements. #143

Closed bgood closed 3 years ago

bgood commented 3 years ago

In the current version of Golang a go.mod is expected. Adding a go.mod to the starter repo, so the starter is still a functioning application. Going forward application teams would then be responsible for keeping their individual go.mod files current and up to date.