mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			202 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			202 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: go
 | 
						|
go:
 | 
						|
  - "1.11"
 | 
						|
  - "1.12"
 | 
						|
  - "1.13"
 | 
						|
before_install:
 | 
						|
  - go get github.com/xeipuuv/gojsonreference
 | 
						|
  - go get github.com/xeipuuv/gojsonpointer
 | 
						|
  - go get github.com/stretchr/testify/assert
 |