hack/vendor.sh: remove redundant -compat 1.18

This was added to use a specific format for the vendor.mod/go.mod
file, but we should no longer need this, as go1.21 is now the
minimum.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-06-13 13:23:10 +02:00
parent 52333f3a34
commit 13c3384303

View File

@@ -10,7 +10,7 @@ SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
tidy() (
set -x
"${SCRIPTDIR}"/with-go-mod.sh go mod tidy -modfile vendor.mod -compat 1.18
"${SCRIPTDIR}"/with-go-mod.sh go mod tidy -modfile vendor.mod
)
vendor() (