You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use manual Go installation for snap build compatibility
- Switch from Go plugin to nil plugin with manual Go installation
- Install Go 1.24.1 directly to match go.mod requirements
- Update version to 1.1.9 for new release
- Maintain GitHub Actions with Go 1.24 for consistency
This resolves the snap build error with Go version mismatches by
downloading and installing the exact Go version needed rather than
relying on snapcraft's limited Go version selection.