lightninglabs / lightning-node-connect

MIT License
78 stars 22 forks source link

multi: bump go version to 1.21 #102

Closed ellemouton closed 5 months ago

ellemouton commented 5 months ago

Was having some issues running on 1.19 locally so had to make these changes to get things working and thought I might as well push a PR.

This includes an upgrade to the wasm_exec.js file in order to prevent runtime errors in a js environment. More info on this can be found here: https://github.com/maxence-charriere/go-app/issues/840.

EDIT: this broke the linter CI check so I also just added a commit to bump the linter version

ellemouton commented 5 months ago

Thanks @guggero ! pushed 1 more commit just to bump the linter commit