Skip to content

v1.1.9

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Sep 15:57
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.