gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source
https://gno.land/
Other
839 stars 342 forks source link

chore(docs): bump minimum version to go 1.21 #2328

Closed thehowl closed 1 week ago

thehowl commented 2 weeks ago

@leohhhn this should be kept in sync with the go version in go.mod

if we want to have something which we don't need to update, we can say simply that "we support the latest 2 Go major versions"

moul commented 2 weeks ago

if we want to have something which we don't need to update, we can say simply that "we support the latest 2 Go major versions"

We can continue updating it manually. Centralizing a list of paths to check would ease the process for future updates. Alternatively, we could link to the previous pull request and use its description to document any new discoveries.