julz / importas

linter to enforce consistent import aliases
Apache License 2.0
14 stars 13 forks source link

go 1.22+ support #23

Closed grosser closed 1 month ago

grosser commented 1 month ago

fixes https://github.com/julz/importas/issues/21

grosser commented 1 month ago

@julz can you check this PR ?

julz commented 1 month ago

thanks, looks like github actions has some complaints tho 🤔

grosser commented 1 month ago

welp need another approval 😞

grosser commented 1 month ago

idk how this is supposed to work :/ ... go 1.22.0 is invalid for 1.20 but go 1.22 is invalid for 1.22 🫨

grosser commented 1 month ago

got it now 🤞 ... can't use latest version of the tools because they need >1.22

julz commented 1 month ago

awesome looks good now, thank you!