Skip to content

Commit e3b97fc

Browse files
committed
scripts(verify-go-sum): Only diff go.mod and go.sum files
Signed-off-by: Stephen Augustus <[email protected]>
1 parent a7cadb9 commit e3b97fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-go-mod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ set -o nounset
1919
set -o pipefail
2020

2121
go mod tidy
22-
git diff --exit-code
22+
git diff --exit-code go.*

0 commit comments

Comments
 (0)