mirror of
				https://github.com/taigrr/yq
				synced 2025-01-18 04:53:17 -08:00 
			
		
		
		
	attempt to fix pipeline
This commit is contained in:
		
							parent
							
								
									ec43f5e7c3
								
							
						
					
					
						commit
						5972bb2f23
					
				
							
								
								
									
										3
									
								
								.github/workflows/go.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/go.yml
									
									
									
									
										vendored
									
									
								
							| @ -28,7 +28,4 @@ jobs: | |||||||
|       run: | |       run: | | ||||||
|         export PATH=${PATH}:`go env GOPATH`/bin |         export PATH=${PATH}:`go env GOPATH`/bin | ||||||
|         scripts/devtools.sh |         scripts/devtools.sh | ||||||
|     - name: Build |  | ||||||
|       run: | |  | ||||||
|         export PATH=${PATH}:`go env GOPATH`/bin |  | ||||||
|         make local build |         make local build | ||||||
| @ -2,3 +2,4 @@ | |||||||
| 
 | 
 | ||||||
| find . \( -path ./vendor \) -prune -o -name "*.go" -exec goimports -w {} \; | find . \( -path ./vendor \) -prune -o -name "*.go" -exec goimports -w {} \; | ||||||
| go mod tidy | go mod tidy | ||||||
|  | go mod vendor | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user