| ▲ | jmalicki 2 days ago | |||||||
Anyone with an older toolchain is free to fork it on github, test with the older version, and CI to the project that tests with the older version, and submit a patch, too! This may not get the project as many users, but not everyone who writes a 50 line project is trying to figure out which versions it supports and setting up full test matrices either. | ||||||||
| ▲ | mid-kid 2 days ago | parent | next [-] | |||||||
Not a Go dev, but I typically set up a CI with the oldest toolchains I support (usually a debian release), and only bump those versions when I really need something from the latest versions. Locally I build with the most recent tools. This ensures good enough coverage for very little work, as I notice when I start using something that's newer and can bump the toolchain accordingly. | ||||||||
| ||||||||
| ▲ | WhyNotHugo a day ago | parent | prev [-] | |||||||
Are you sure you replied to the right comment? I'm not sure how this relates to the question being asked. | ||||||||
| ||||||||