Skip to content

Commit 45e3712

Browse files
Setting the buildTime back to time.Now
1 parent 11bf21d commit 45e3712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ func (s *Session) BuildPackage(pkg *PackageData) (*compiler.Archive, error) {
10351035
fmt.Println(pkg.ImportPath)
10361036
}
10371037

1038-
s.buildCache.StoreArchive(archive, pkg.SrcModTime)
1038+
s.buildCache.StoreArchive(archive, time.Now())
10391039
s.UpToDateArchives[pkg.ImportPath] = archive
10401040

10411041
return archive, nil

0 commit comments

Comments
 (0)