mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-07 18:46:57 +00:00
- Refactored README.md - Added workflows for version export and management. - Removed src directory, following Go best practices - Added COMMANDS.md documentation Saving the AI semi-slop for now with broken states to get a snapshot. Too lazy to setup another chained repo.
386 B
386 B
cache-apt-pkgs-action - Development
To develop and run tests you will need to setup your system.
Environment
- The project requires Go 1.23 or later.
- Set GO111MODULE to auto:
# One-time setup
go env -w GO111MODULE=auto
# Or use the provided setup script
./scripts/setup_dev.sh
- The project includes a
.env
file with required settings.