Skip to content

Commit

Permalink
scripts/vendor: remove -compat=1.19
Browse files Browse the repository at this point in the history
We originally added this -compat to keep a consistent format of
the vendor.mod files for cases where there were differences
between go versions.

I don't think we really need this anymore, so let's remove.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Mar 16, 2024
1 parent 38fcd1c commit f8fc5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vendor
Expand Up @@ -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() {
Expand Down

0 comments on commit f8fc5b6

Please sign in to comment.