87da9c2 Improve go build environment

Authored and Committed by buckaroogeek 3 months ago
    Improve go build environment
    
    Adds a PIE (position independent executable) goflag for the kubernetes
    build process. Removes the git commit related export as no longer used.
    Correctly implements the git tag export used in build process.
    
    Adding PIE eliminates rpmlint warnings for this capability.