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
[root@ns02 promu]# make
Makefile:17: warning: overriding recipe for target /root/go/bin/promu' Makefile.common:236: warning: ignoring old recipe for target /root/go/bin/promu'
checking code style
checking license header
running golangci-lint
GO111MODULE=on go list -e -compiled -test=true -export=false -deps=true -find=false -tags= -- ./... > /dev/null
GO111MODULE=on /root/go/bin/golangci-lint run ./...
make: *** [common-lint] Killed
The text was updated successfully, but these errors were encountered:
Can anyone advise on how to resolve?
[root@ns02 promu]# make
Makefile:17: warning: overriding recipe for target
/root/go/bin/promu' Makefile.common:236: warning: ignoring old recipe for target
/root/go/bin/promu'The text was updated successfully, but these errors were encountered: