GoLang App build Version via Azure DevOps Pipelines

Inject build version in GoLang container logs via Azure Pipelines

Karthikeyan Govindaraj
Level Up Coding
Published in
5 min readNov 15, 2020

--

GoLang Container Logs with build version

In my previous article on the GoLang App build version in Containers we have discussed how important the build version is to get it in the logs. We also discussed injecting the versions during the build time using GitHub Actions and GitLab CI.

--

--