mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-03 09:33:43 +08:00 
			
		
		
		
	Bump github.com/gogo/googleapis to v1.3.2 Bump github.com/docker/cli to master Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			120 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			120 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: go
 | 
						|
go_import_path: github.com/pkg/errors
 | 
						|
go:
 | 
						|
  - 1.11.x
 | 
						|
  - 1.12.x
 | 
						|
  - 1.13.x
 | 
						|
  - tip
 | 
						|
 | 
						|
script:
 | 
						|
  - make check
 |