chore: add go1.12 support (#1780)
* chore: add go1.12 support * Update .travis.yml
This commit is contained in:
		@ -7,6 +7,7 @@ go:
 | 
				
			|||||||
  - 1.9.x
 | 
					  - 1.9.x
 | 
				
			||||||
  - 1.10.x
 | 
					  - 1.10.x
 | 
				
			||||||
  - 1.11.x
 | 
					  - 1.11.x
 | 
				
			||||||
 | 
					  - 1.12.x
 | 
				
			||||||
  - master
 | 
					  - master
 | 
				
			||||||
 | 
					
 | 
				
			||||||
matrix:
 | 
					matrix:
 | 
				
			||||||
@ -14,6 +15,8 @@ matrix:
 | 
				
			|||||||
  include:
 | 
					  include:
 | 
				
			||||||
  - go: 1.11.x
 | 
					  - go: 1.11.x
 | 
				
			||||||
    env: GO111MODULE=on
 | 
					    env: GO111MODULE=on
 | 
				
			||||||
 | 
					  - go: 1.12.x
 | 
				
			||||||
 | 
					    env: GO111MODULE=on
 | 
				
			||||||
 | 
					
 | 
				
			||||||
git:
 | 
					git:
 | 
				
			||||||
  depth: 10
 | 
					  depth: 10
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user