Ensuring backwards compatibility in deployments by leveraging git tags
3 Apr 2021 4 minute read 0 comments The Finance Hacker
Overview I recently came across a blog post on injecting variables into Golang at build time and that gave me the idea for this blog post. Automating versioning and ensuring backwards compatibility. You can find the code for this application here, on...