alexmurray / golangci-lint-snap

0 stars 0 forks source link

Plans for versioned tracks? #4

Open fnordahl opened 1 month ago

fnordahl commented 1 month ago

Thanks a lot for creating and maintaining this snap.

We're making it a part of our pipeline and thinking ahead we wonder whether there are any plans for creating tracks so that we can ensure stable results on our stable channels?

alexmurray commented 1 month ago

Sure, if and when there is a breaking change we can look at creating tracks - but to my knowledge there has yet to be one - but if you find one, please let me know and I'll get the store team to create an appropriate track. Cheers.

fnordahl commented 4 weeks ago

Sure, if and when there is a breaking change we can look at creating tracks - but to my knowledge there has yet to be one - but if you find one, please let me know and I'll get the store team to create an appropriate track. Cheers.

That is a reasonable approach. To inform this discussion, we incidentally appear to have breaking changes in the form of new lint warnings being produced on the back of the recent change from 1.59 to 1.60: https://github.com/canonical/microovn/actions/runs/10400676289/job/28801682781

CHC383 commented 4 weeks ago

The new Go version release also creates a problem, golangci-lint needs to be compiled with the same Go minor version ran.

https://github.com/golangci/golangci-lint/issues/4909