goadesign / model

Create your software architecture models and diagrams in Go.
MIT License
331 stars 19 forks source link

Update dependencies #705

Closed raphael closed 1 month ago

raphael commented 1 month ago

Starting with Go 1.21, the Go directive in go.mod needs to define the build number. This was not the case in previous version of Go (and was an error to do so). Upgrade to Go 1.22 in both go.mod and in the CI flow to accommodate for this change. This does mean that future versions of model require Go 1.22+