We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6b80b commit 6423f00Copy full SHA for 6423f00
scripts/lint-go-mod-version.sh
@@ -29,4 +29,5 @@ if [[ ${GO_MOD_VERSION} != ${GO_MOD_VERSION_EXPECTED} ]]; then
29
echo " Found ${GO_MOD_VERSION}"
30
echo " Expected ${GO_MOD_VERSION_EXPECTED}"
31
fi
32
+ exit 1
33
0 commit comments