1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2024-11-21 17:56:48 +02:00

chore: tweak release script

This commit is contained in:
Vladimir Mihailenco 2023-02-16 10:11:44 +02:00
parent 06ec956b4a
commit 479603ef2b

View File

@ -48,7 +48,7 @@ PACKAGE_DIRS=$(find . -mindepth 1 -type f -name 'go.mod' -exec dirname {} \; \
for dir in $PACKAGE_DIRS
do
printf "${dir}: go get -u && go mod tidy -compat=1.18\n"
(cd ${dir} && go get -u && go mod tidy -compat=1.18)
(cd ${dir} && go mod tidy -compat=1.18)
done
for dir in $PACKAGE_DIRS