This repository contains the source for the go-bin Arch Linux User Repository (AUR) package.
It packages the official binary release of the Go programming language from Google.
This package is automatically updated via GitHub Actions.
- Check Frequency: Daily at 03:00 UTC.
- Logic:
- Checks
https://go.dev/VERSIONfor the latest release. - Updates
PKGBUILDversion. - Runs
updpkgsumsto download sources and calculate SHA256 checksums. - Generates
.SRCINFOwithmakepkg. - Pushes changes to AUR if a new version is detected.
- Checks
To update manually:
./scripts/update-go-bin.shPull requests are welcome. Please ensure changes follow Arch Linux packaging standards.