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 c5f9d9f0d6
commit f0a62de3a9
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

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