After the ./scripts/feeds install -a
operation is completed, execute the following command:
rm -rf feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 24.x feeds/packages/lang/golang
This repository now uses GitHub Actions for automated Golang version updates, replacing the previous manual Gitea-based process.
- Automatic daily checks for new Go releases
- Automated hash verification of source packages
- Pull Request creation for version updates
- Manual trigger support for immediate updates
For detailed information about the automation system, see docs/AUTOMATION.md.
# Install dependencies
pip install requests beautifulsoup4 lxml
# Update to latest version
python3 scripts/update-golang.py
# Update to specific version
python3 scripts/update-golang.py 1.24.6