1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-30 23:58:09 +02:00

chore: added todo for go 1.16 migration

This commit is contained in:
Carlos Alexandro Becker
2020-12-03 18:16:45 -03:00
committed by GitHub
parent eb22ebf75d
commit 264dedc12a

View File

@@ -250,6 +250,7 @@ func checkMain(build config.Build) error {
return fmt.Errorf("build for %s does not contain a main function", build.Binary)
}
// TODO: can be removed once we migrate from go 1.15 to 1.16.
func fileFilter(info os.FileInfo) bool {
return !info.IsDir()
}