Small fixes
Summary
- Fix an issue where if you have a full pokemon evolution chain and then catch a shiny and try to evolve it, it fails to evolve. Now it evolves and replaces the non-shiny version
- Update to use golang version 1.24.1
Testing
I tested by having it post a pokemon which happened to be Oddish. After catching Oddish, evolved it to gloom
After evolving to gloom, I changed the current pokemon k8s resource to be a shiny oddish. And then caught it to make sure it replaces correctly.
Finally, I chose oddish again and evolved it and it successfully evolved to a shiny gloom.