build: document doGoModTidy function in ci.go (#30685)

pull/30687/head
jwasinger 3 weeks ago committed by GitHub
parent 80bdab757d
commit c3919f9bda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      build/ci.go

@ -409,6 +409,8 @@ func compareHashedFilesets(preHashes map[string][32]byte, postHashes map[string]
return updates
}
// doGoModTidy runs 'go mod tidy' and asserts that go.sum/go.mod do not change
// as a result.
func doGoModTidy() {
targetFiles := []string{"go.mod", "go.sum"}
preHashes, err := hashSourceFiles(targetFiles)

Loading…
Cancel
Save