also checksum go.mod

This commit is contained in:
David Zhao
2021-05-04 15:39:06 -07:00
parent 7877bc6ecd
commit 0eb29cc651

View File

@@ -27,7 +27,7 @@ const (
// Default target to run when none is specified
// If not set, running mage will list available targets
var Default = Build
var checksummer = NewChecksummer(".", goChecksumFile, ".go")
var checksummer = NewChecksummer(".", goChecksumFile, ".go", ".mod")
func init() {
checksummer.IgnoredPaths = []string{