Go CI/CD

Today, I want to write an article about my configuration CI/CD for the Go project in my company. Let’s start. I. What is CI/CD? Continuous integration (CI) is automating the integration of code changes from multiple developers or contributors into a single software project. The team members will integration work with each other. While integrating, the […]