accept go.mod and go.sum to be updated in pristine
I have currently no way to avoid this from happening in the first place
This commit is contained in:
parent
fb7e0a360c
commit
d2353b5b70
2
Makefile
2
Makefile
|
|
@ -43,7 +43,7 @@ clean:
|
|||
|
||||
pristine: generate fmt
|
||||
git diff | cat
|
||||
git ls-files --exclude-standard --modified --deleted --others -x vendor | diff /dev/null -
|
||||
git ls-files --exclude-standard --modified --deleted --others -x vendor | grep -v '^go.' | diff /dev/null -
|
||||
.PHONY: pristine
|
||||
|
||||
release: pristine cross
|
||||
|
|
|
|||
Loading…
Reference in New Issue