File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ func InstallVendored(importPath string) error {
3737
3838// InstallGoLicenser target installs go-licenser
3939func InstallGoLicenser () error {
40- return gotool .Get (
41- gotool .Get .Package (GoLicenserImportPath ),
40+ return gotool .Install (
41+ gotool .Install .Package (GoLicenserImportPath ),
4242 )
4343}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ELASTIC_LICENSE_FILE?=../licenses/ELASTIC-LICENSE.txt
2525SECCOMP_BINARY? =${BEAT_NAME}
2626SECCOMP_BLACKLIST? =${ES_BEATS}/libbeat/common/seccomp/seccomp-profiler-blacklist.txt
2727SECCOMP_ALLOWLIST? =${ES_BEATS}/libbeat/common/seccomp/seccomp-profiler-allow.txt
28- INSTALL_CMD? =get
28+ INSTALL_CMD? =install
2929export INSTALL_FLAG
3030export INSTALL_CMD
3131MAGE_PRESENT := $(shell command -v mage 2> /dev/null)
You can’t perform that action at this time.
0 commit comments