An example monorepo for a golang with CircleCI
Last updated Apr 20, 2026
88
Stars
21
Forks
0
Issues
0
Stars/day
Attention Score
13
Language breakdown
Go 100.0%
▸ Files
click to expand
README
circleci-monorepo
An example monorepo for a golang with CircleCIBuilding in CircleCI:
- Add your project
- Under your user settings, create a "Personal API Token"
- Under the project settings, add an environment var "CIRCLE_TOKEN" with the personal API token
- Create a new directory with the code
- Add it to .circleci/config.yml
- Add it to project-dirs
Docker image used for build and test:
- Image: https://hub.docker.com/r/tufin/circleci-golang
- Source: https://github.com/Tufin/circleci-golang
🔗 More in this category