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 13, 2021
1 parent d38bca4 commit 998c4e8
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 @@ -99,3 +99,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 998c4e8

Please sign in to comment.