Merge pull request #4945 from thaJeztah/remove_gocompat

scripts/vendor: remove -compat=1.19
This commit is contained in:
Sebastiaan van Stijn 2024-03-18 12:29:42 +01:00 committed by GitHub
commit ea3201c575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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() {