idealo / terraform-provider-controltower

Use AWS Control Tower from Terraform
https://registry.terraform.io/providers/idealo/controltower
Mozilla Public License 2.0
21 stars 9 forks source link

chore: remove go vendor and update to Go 1.19 #147

Closed theurichde closed 1 year ago

theurichde commented 1 year ago

go mod vendor is only needed if the building / running machine has no internet access / is air gapped. Which is not the case for us here. So no need to have everything checked in.

What we can do additionally, is to cache the downloaded modules in the workflow run.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information