remove linter binary after linting to enable clean state repo for goreleaser
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/go.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/go.yml
									
									
									
									
										vendored
									
									
								
							@@ -23,7 +23,8 @@ jobs:
 | 
				
			|||||||
    - name: Lint source code
 | 
					    - name: Lint source code
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        make tools lint
 | 
					        make tools lint
 | 
				
			||||||
      
 | 
					        rm -rf .bin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Create release tag
 | 
					    - name: Create release tag
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        git tag "v$(git show -s --format=%cd --date=format:%Y%m%d.%H%M%S)"
 | 
					        git tag "v$(git show -s --format=%cd --date=format:%Y%m%d.%H%M%S)"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user