Skip to content

Commit

Permalink
Merge pull request #46 from glazychev-art/gomod_check
Browse files Browse the repository at this point in the history
[qfix] Add vpphelper to gomod deps
  • Loading branch information
denis-tingaikin authored Sep 29, 2023
2 parents 7d2dce7 + cc1bb30 commit c2eea0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-gomod-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
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 c2eea0d

Please sign in to comment.