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:
parent
06ec956b4a
commit
479603ef2b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user