air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
16.35k stars 771 forks source link

chore: bump Go to 1.22 #529

Closed troutowicz closed 4 months ago

adrianosela commented 4 months ago

Hey @cosmtrek - a new release supporting the latest version of go would be reaallyyy nice. Air is preventing my team from bumping our projects to 1.22 (since it breaks our engineers' local dev worklows).

cosmtrek commented 4 months ago

@troutowicz Hi, could you fix the tests? Thanks

troutowicz commented 4 months ago

Hey @cosmtrek, removed that second commit. Will address GH action config another time.

troutowicz commented 4 months ago

Hey @cosmtrek - a new release supporting the latest version of go would be reaallyyy nice. Air is preventing my team from bumping our projects to 1.22 (since it breaks our engineers' local dev worklows).

We were having the same issue. However, for future blocks, I think setting a newer toolchain will address local dev workflows.

go 1.21

toolchain go1.22.0

https://go.dev/blog/toolchain

adrianosela commented 4 months ago

Hey @cosmtrek -- sorry to bother again. Can we merge this?

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5c81890) 69.22% compared to head (483f6ce) 65.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #529 +/- ## ========================================== - Coverage 69.22% 65.28% -3.94% ========================================== Files 9 10 +1 Lines 1082 1158 +76 ========================================== + Hits 749 756 +7 - Misses 253 324 +71 + Partials 80 78 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.