Skip to content

Commit

Permalink
Merge pull request #4945 from thaJeztah/remove_gocompat
Browse files Browse the repository at this point in the history
scripts/vendor: remove -compat=1.19
  • Loading branch information
thaJeztah committed Mar 18, 2024
2 parents c050bf0 + f8fc5b6 commit ea3201c
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 ea3201c

Please sign in to comment.