Skip to content

Commit

Permalink
Add leeway task to update go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Apr 9, 2021
1 parent eb08226 commit 0d281c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,9 @@ scripts:
./generate.sh
popd > /dev/null
done
- name: update-go-modules
srcs:
- components/**/*
- test/**/*
script: |
leeway exec --filter-type go -v -- go mod tidy -v

0 comments on commit 0d281c3

Please sign in to comment.