Always regenerate go.work file (#20842)
We flip the default mode to always regenerate the file, and expose an option to ignore if it exists. ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a78d91e7c0
Коммит
3498592a45
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ ! -f "go.work" ]] ;
|
||||
if [[ $1 != "true" ]] ;
|
||||
then
|
||||
echo "Creating a go.work file"
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user