Skip to content

Commit

Permalink
don’t exclude govpp package from go.mod deps.
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaliy Guschin <[email protected]>
  • Loading branch information
Vitaliy Guschin committed Feb 20, 2024
1 parent b142d78 commit 46a59a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-gomod-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
run: |
cat go.mod |
grep 'github.com/networkservicemesh/.* v' |
grep -v 'github.com/networkservicemesh/govpp.*' |
grep -v 'github.com/networkservicemesh/vpphelper.*' |
grep -v 'github.com/networkservicemesh/.* ${{ inputs.tag }}' || exit 0;
exit 1;

0 comments on commit 46a59a6

Please sign in to comment.