Skip to content

Commit

Permalink
chore: fix go link for unmanaged dependency check (#2407)
Browse files Browse the repository at this point in the history
Updating the go link with correct one.
  • Loading branch information
suztomo committed Jan 22, 2024
1 parent 71e2333 commit f969910
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@
unmanaged_dependencies=$(mvn exec:java -Dexec.args="../pom.xml ${bom_absolute_path}" -q)
if [[ "${unmanaged_dependencies}" != "[]" ]]; then
echo "This pull request seems to add new third-party dependency, ${unmanaged_dependencies}, among the artifacts listed in ${{ inputs.bom-path }}."
echo "Please see go/cloud-sdk-java-dependency-governance."
echo "Please see go/cloud-sdk-java-dependencies."
exit 1
fi

0 comments on commit f969910

Please sign in to comment.