Makefile: run go mod tidy with -compat=1.22 after 95222b2079

This commit is contained in:
Aliaksandr Valialkin 2024-02-12 22:36:23 +02:00
parent e75f64e993
commit 0b2087b6e5
No known key found for this signature in database
GPG Key ID: 52C003EE2BCDB9EB

View File

@ -205,7 +205,7 @@ benchmark-pure:
vendor-update:
go get -u -d ./lib/...
go get -u -d ./app/...
go mod tidy -compat=1.20
go mod tidy -compat=1.22
go mod vendor
app-local: