Skip to content

Commit

Permalink
fix ci failure
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Kumar <[email protected]>
  • Loading branch information
AkashKumar7902 committed May 19, 2024
1 parent a61c36f commit 09d8219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/3rdparty/mvs/mvs.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func buildList(targets []module.Version, reqs Reqs, upgrade func(module.Version)
for _, target := range targets {
work.Add(target)
}
work.Do(10, func(m module.Version) {
work.Do(1, func(m module.Version) {

var required []module.Version
var err error
Expand Down

0 comments on commit 09d8219

Please sign in to comment.