-
Notifications
You must be signed in to change notification settings - Fork 0
Stable channel should not have development builds #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
So the Regarding the version of go used, we use the latest stable version of the go snap (https://snapcraft.io/go) which at that time was 1.22.6 - I see this is now at 1.23 so have retriggered another build of the snap which should then use this new version of go. This should be available soon in the edge channel so if you can test it and let me know whether this works as expected with go 1.23.0 that would be great. Thanks. |
Thanks will give this a try when I can. On a related note, instead of using the latest stable version of go snap to build, shouldn't the go version match whatever upstream is using to build? Don't know how feasible that would be to automate |
Hmm I am not sure how we would easily do that. But I think that is unrelated to this issue - feel free to open a separate issue though about this (ie. making sure the snap build of golangci-lint uses the latest version of go to compile). |
(for posterity - the version number was fixed in 309f569) |
Thank you |
Tried it, and it works with go 1.23.0 code, thanks |
I installed golangci-lint in the stable channel
But there are 2 major issues with this package
The text was updated successfully, but these errors were encountered: