mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-08 11:06:48 +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.
22 lines
386 B
Markdown
22 lines
386 B
Markdown
# cache-apt-pkgs-action - Development
|
|
|
|
To develop and run tests you will need to setup your system.
|
|
|
|
## Environment
|
|
|
|
1. The project requires Go 1.23 or later.
|
|
2. Set GO111MODULE to auto:
|
|
|
|
```bash
|
|
# One-time setup
|
|
go env -w GO111MODULE=auto
|
|
|
|
# Or use the provided setup script
|
|
./scripts/setup_dev.sh
|
|
```
|
|
|
|
3. The project includes a `.env` file with required settings.
|
|
|
|
## Action Testing
|
|
|