version v2.4.0 (#2595)

This commit is contained in:
John Guo
2023-04-24 11:44:19 +08:00
committed by GitHub
parent 9171585b2c
commit 894f202b75
31 changed files with 64 additions and 73 deletions

View File

@ -16,6 +16,7 @@ lint:
golangci-lint run
# make version to=v2.4.0
.PHONY: version
version:
$(eval files=$(shell find . -name go.mod))
@set -e; \
@ -45,4 +46,6 @@ version:
go mod tidy; \
cd -; \
fi \
done
done