From 998c4e8704a9af0fefeae43d87f90f6153261985 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Fri, 9 Apr 2021 09:28:19 -0400 Subject: [PATCH] Add leeway task to update go modules --- components/BUILD.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/BUILD.yaml b/components/BUILD.yaml index 1bc22a82abafe6..c27db97459bc3c 100644 --- a/components/BUILD.yaml +++ b/components/BUILD.yaml @@ -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