- Add a new 'testing' job to the Gitea workflow with steps for checkout, setup Go, caching, building, and testing
- Include 'bin' directory in the .gitignore file
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
- Introduce Go setup and caching in Docker GitHub Actions workflow
- Add `release` directory to `.gitignore`
- Remove `main.go` file from the repository
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>