golang: Move "go install" arguments logic, add buildid
authorJeffery To <jeffery.to@gmail.com>
Tue, 12 May 2020 18:08:56 +0000 (02:08 +0800)
committerJeffery To <jeffery.to@gmail.com>
Wed, 13 May 2020 08:07:27 +0000 (16:07 +0800)
commit25a7f0045e078cbd91d2d1de71ddd617ec4ff165
tree31f11f787342e0b41cafb91b9b24001b04f2aa5a
parentd2f5e6966b04f71e31e6fc8fbc02c096513fe284
golang: Move "go install" arguments logic, add buildid

The moves the setting of arguments for "go install" out of the shell
script in GoPackage/Build/Compile and into make.

This also adds the -buildid link flag for reproducible builds.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/golang/golang-package.mk