Go 1.24.1 support
Hey, We recently upgraded our project to 1.24.1 and now cannot use the cosmtrek/air image (built on 1.23) any more.
Do you plan to publish a 1.24 based Docker image any time soon?
I found this PR to do exactly that, though: https://github.com/air-verse/air/pull/740
Thank you 😄
Same issue here! Is there any way we can help to make it happen?
Just set GOTOOLCHAIN=auto (e.g. docker run -e GOTOOLCHAIN=auto cosmtrek/air:v1.61.7) and it should download the newer toolchain accordingly to go.mod (https://go.dev/doc/toolchain#download).
see https://github.com/air-verse/air/issues/790#issuecomment-3511706963