You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, we can switch from flag-based to binary-based sourcing for the repo and version identifiers using the golang -X linker flag. This moves the association of the two values from runtime to build time which reduces some opportunities for error.
The text was updated successfully, but these errors were encountered:
Per discussion here: #306 (comment)
Basically, we can switch from flag-based to binary-based sourcing for the repo and version identifiers using the golang -X linker flag. This moves the association of the two values from runtime to build time which reduces some opportunities for error.
The text was updated successfully, but these errors were encountered: