onflow / flowkit

Apache License 2.0
6 stars 10 forks source link

Fix boxo dependency and downgrade back to Go 1.20 #41

Closed turbolent closed 3 months ago

turbolent commented 3 months ago

39 updated to a version of flow-go which incorrectly specified a higher version of boxo than was actually used.

This was fixed in https://github.com/onflow/flow-go/pull/5822.

Roll back to the correct version of boxo, and thus there is no need to require Go 1.20.

As a side effect, this also resolves a problem with Go 1.21 in the Cadence language server, which uses flowkit downstream: https://github.com/onflow/cadence-tools/pull/358#issuecomment-2091526316