diff options
| author | Jeff Carr <[email protected]> | 2024-12-15 12:14:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-15 12:14:36 -0600 |
| commit | e3608b784e5e89e7501fb310d3b4e13ac6ef41ae (patch) | |
| tree | 683cce7e38706d2f303ca4491fb032d868080ea5 /build.go | |
| parent | 340872788e76776574be3ba292e1f7a43cc41a8f (diff) | |
trying to fix clonev0.0.32
Diffstat (limited to 'build.go')
| -rw-r--r-- | build.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ func (f *Forge) doBuild(repo *gitpb.Repo, userFlags []string, goWhat string) err if f.IsGoWork() { // there must be a valid go.mod file if compiling with go.work if err := repo.ValidGoSum(); err != nil { + log.Warn("forge.doBuild() failed. run go-mod-clean here?") return err } } |
