Tufin
circleci-monorepo
Go

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 CircleCI

Building 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
To add a service:
  • Create a new directory with the code
  • Add it to .circleci/config.yml
  • Add it to project-dirs
How does it work? Everytime you commit a change, it finds the modified files, identifies which directories they reside in, adds dependant directories and calls CircleCI APIs to run builds for these directories.

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

© 2026 GitRepoTrend · Tufin/circleci-monorepo · Updated daily from GitHub