buzzfeed / sso

sso, aka S.S.Octopus, aka octoboi, is a single sign-on solution for securing internal services
MIT License
3.07k stars 187 forks source link

Added version flag for sso-auth #328

Closed msharran closed 1 year ago

msharran commented 2 years ago

Problem

Adds version flag for sso-auth. Closes #36

Solution

Using Flags std library and writing version from makefile to a hidden text file in dist folder. This approach allows us to provide the version only in Makefile.

v3.0.0 Built with go1.17

Notes