mirror of
				https://github.com/taigrr/yq
				synced 2025-01-18 04:53:17 -08:00 
			
		
		
		
	Upgrade to git 1.14
This commit is contained in:
		
							parent
							
								
									f68b24323e
								
							
						
					
					
						commit
						11116804c5
					
				| @ -1,4 +1,4 @@ | |||||||
| FROM golang:1.13 as builder | FROM golang:1.14 as builder | ||||||
| 
 | 
 | ||||||
| WORKDIR /go/src/mikefarah/yq | WORKDIR /go/src/mikefarah/yq | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							| @ -13,4 +13,4 @@ require ( | |||||||
| 	gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71 | 	gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71 | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| go 1.13 | go 1.14 | ||||||
|  | |||||||
| @ -16,7 +16,7 @@ apps: | |||||||
| parts: | parts: | ||||||
|   yq: |   yq: | ||||||
|     plugin: go |     plugin: go | ||||||
|     go-channel: 1.13/stable |     go-channel: 1.14/stable | ||||||
|     source: . |     source: . | ||||||
|     source-type: git |     source-type: git | ||||||
|     go-importpath: github.com/mikefarah/yq |     go-importpath: github.com/mikefarah/yq | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user