mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 21:37:31 -05:00
Chore: Update go workspace check error message (#87576)
This commit is contained in:
@@ -33,6 +33,7 @@ jobs:
|
||||
echo "Changes detected:"
|
||||
git diff
|
||||
echo "Please run 'go work sync' and commit the changes."
|
||||
echo "If there is a change in enterprise dependencies, please update pkg/extensions/main.go.”
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@@ -45,5 +46,6 @@ jobs:
|
||||
echo "Changes detected:"
|
||||
git diff
|
||||
echo "Please run 'make build-go' and commit the changes."
|
||||
echo "If there is a change in enterprise dependencies, please update pkg/extensions/main.go.”
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user