Merge pull request #4945 from thaJeztah/remove_gocompat
scripts/vendor: remove -compat=1.19
This commit is contained in:
commit
ea3201c575
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user