Skip to content

Commit

Permalink
Test vendor
Browse files Browse the repository at this point in the history
Signed-off-by: Mahati Chamarthy <mahati.chamarthy@gmail.com>
  • Loading branch information
MahatiC committed Jun 8, 2023
1 parent d68b581 commit 3fa7851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Verify-GoModules.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ function updateVendor {
)
$currentPath = (Get-Location).Path
Set-Location $path
go mod vendor
go mod tidy
#go mod vendor
#go mod tidy
Set-Location $currentPath
}

Expand Down

0 comments on commit 3fa7851

Please sign in to comment.