You've already forked goreleaser
							
							
				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:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							eb22ebf75d
						
					
				
				
					commit
					264dedc12a
				
			| @@ -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() | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user