shalb / cluster.dev

Cloud-native infrastructure templating. Creating cloud installers for SaaS. Replication of complex cloud-native infrastructures.
https://docs.cluster.dev/
GNU Affero General Public License v3.0
401 stars 36 forks source link

after go update: concurrent map iteration and map write #197

Closed romanprog closed 1 year ago

romanprog commented 1 year ago

fatal error: concurrent map iteration and map write

goroutine 98 [running]: github.com/shalb/cluster.dev/pkg/project.(*UnitLinksT).ByLinkTypes(...) /__w/cluster.dev/cluster.dev/pkg/project/ulinks.go:148

https://tip.golang.org/doc/go1.8#mapiter

romanprog commented 1 year ago

213