Chore: Updated go.work.sum file (#87622)

* Updated file

* fix quote character issue in workspace check

---------

Co-authored-by: Todd Treece <todd.treece@grafana.com>
This commit is contained in:
Andrej Ocenas
2024-05-10 14:59:44 +02:00
committed by GitHub
co-authored by Todd Treece
parent 0793a9033a
commit d912703634
2 changed files with 37 additions and 3 deletions
+2 -2
View File
@@ -33,7 +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.”
echo "If there is a change in enterprise dependencies, please update pkg/extensions/main.go."
exit 1
fi
@@ -46,6 +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.”
echo "If there is a change in enterprise dependencies, please update pkg/extensions/main.go."
exit 1
fi