finch icon indicating copy to clipboard operation
finch copied to clipboard

refactor: Remove unnecessary build args in example go app

Open aelse opened this issue 2 years ago • 1 comments

The removed args solved a common static linking problem in old versions of go, per https://github.com/golang/go/issues/9344#issuecomment-69944514

Signed-off-by: Alexander Else [email protected]

Issue #, if available:

Description of changes:

Remove build flags relating to old go versions from example go app

Testing done:

Built and ran container derived from updated code, using finch build and finch run

  • [ x ] I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

aelse avatar Nov 23 '22 10:11 aelse

thanks for cleaning this up, lgtm!

jlbutler avatar Nov 24 '22 01:11 jlbutler