Makefile: update Go version for go mod tidy from 1.21 to 1.22

This commit is contained in:
Aliaksandr Valialkin 2024-05-12 16:24:59 +02:00
parent d856b598a8
commit 64a0fc63f5
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

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