diff --git a/scripts/vendor b/scripts/vendor index 0812e41c67e0..793f3fe94fda 100755 --- a/scripts/vendor +++ b/scripts/vendor @@ -23,7 +23,7 @@ EOL } update() { - (set -x ; go mod tidy -compat=1.19 -modfile=vendor.mod; go mod vendor -modfile=vendor.mod) + (set -x ; go mod tidy -modfile=vendor.mod; go mod vendor -modfile=vendor.mod) } validate() {