Skip to content

Commit

Permalink
chore: tweak scropts
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Feb 12, 2023
1 parent 6e86efa commit a857214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ PACKAGE_DIRS=$(find . -mindepth 2 -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)
printf "${dir}: go mod tidy -compat=1.18\n"
(cd ./${dir} && go mod tidy -compat=1.18)
done


Expand Down

0 comments on commit a857214

Please sign in to comment.