Makefile: upgrade go mod tidy compatibility mode from Go1.22 to Go1.23

This is a follow-up for 1b9f3b39b4
This commit is contained in:
Aliaksandr Valialkin 2024-09-08 21:01:15 +02:00
parent 563a50b547
commit 6e4d29fc03
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

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