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
Just a quick report since I couldn't get it to build:
$ make lint
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [lint] Error 2
using the default make on macOs 10.15.7:
$ make -v
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for i386-apple-darwin11.3.0
It helped to install a newer make:
$ brew install make
[…]
GNU "make" has been installed as "gmake".
$ gmake -v
GNU Make 4.3
Built for x86_64-apple-darwin19.6.0
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
$ gmake lint
golangci/golangci-lint info checking GitHub for tag 'v1.43.0'
golangci/golangci-lint info found version: 1.43.0 for v1.43.0/darwin/amd64
golangci/golangci-lint info installed ~/gocode/bin/golangci-lint
The text was updated successfully, but these errors were encountered:
Just a quick report since I couldn't get it to build:
using the default
make
on macOs 10.15.7:It helped to install a newer make:
The text was updated successfully, but these errors were encountered: