Skip to content

Commit

Permalink
chore: tweak release script
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Feb 16, 2023
1 parent 06ec956 commit 479603e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 479603e

Please sign in to comment.