Remove go.work files in make nuke (#20503)
This can cause some confusion while switching to older branches which does not support module workspaces. ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d4c48139b5
Коммит
74a66f46cc
1
Makefile
1
Makefile
@@ -649,6 +649,7 @@ nuke: clean clean-docker ## Clean plus removes persistent server data.
|
||||
@echo BOOM
|
||||
|
||||
rm -rf data
|
||||
rm -f go.work go.work.sum
|
||||
|
||||
setup-mac: ## Adds macOS hosts entries for Docker.
|
||||
echo $$(boot2docker ip 2> /dev/null) dockerhost | sudo tee -a /etc/hosts
|
||||
|
||||
Ссылка в новой задаче
Block a user