onflow / cadence-tools

Developer tools for Cadence
https://www.onflow.org/
Apache License 2.0
23 stars 20 forks source link

Update to Go 1.22 #387

Closed turbolent closed 3 weeks ago

turbolent commented 3 weeks ago

Description

Update all projects to Go 1.22


turbolent commented 3 weeks ago

The tests in the LS npm package pass, but then the exit notification that shuts down the LS after all tests is causing an exception in the Go runtime. I wasn't yet able to fix this, but to unblock the update of the dependencies, I'm skipping the WebAssembly tests for now in ad344af and will fix them in a separate PR.