strangelove-ventures / wormhole

SL fork for wormhole dev work.
https://wormhole.com
Other
1 stars 0 forks source link

MINI_EPIC: `go` version should be upgraded to latest #14

Open jonathanpberger opened 3 months ago

jonathanpberger commented 3 months ago
### Tasks
- [x] research security updates for `go 1.19`
- [x] SPIKE: (why) does a go version bump require a coordinated upgrade?
- [ ] https://github.com/strangelove-ventures/wormhole/issues/52
- [ ] https://github.com/strangelove-ventures/wormhole/issues/43
- [ ] bump go version in `go.mod` if/when possible (find which deps are trailing behind and update them past 1.19). Which packages would be affected w/ a 1.21 bump? This'll help determine whether the bump will be consensus breaking.
jonathanpberger commented 3 months ago

@pharr117 sez "some security issues if builders aren't on the latest patch of 1.19"

pharr117 commented 3 months ago

Issue saying that go version bump requires coordinated upgrade: https://github.com/cosmos/cosmos-sdk/issues/13976