We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8c5c1 commit 787bba6Copy full SHA for 787bba6
Makefile
@@ -182,7 +182,7 @@ lint-licenses-all:
182
&& GOOS=linux make lint-licenses \
183
&& GOOS=windows make lint-licenses \
184
&& GOOS=freebsd make lint-licenses \
185
- && GOOS=darwin make lint-go
+ && GOOS=darwin make lint-licenses
186
$(call footer, $@)
187
188
##########################
@@ -200,7 +200,7 @@ fix-go-all:
200
&& GOOS=linux make fix-go \
201
&& GOOS=windows make fix-go \
202
&& GOOS=freebsd make fix-go \
203
+ && GOOS=darwin make fix-go
204
205
206
fix-mod:
0 commit comments