*: update go version
This commit is contained in:
		@@ -3,9 +3,8 @@ language: go
 | 
				
			|||||||
sudo: required
 | 
					sudo: required
 | 
				
			||||||
 | 
					
 | 
				
			||||||
go:
 | 
					go:
 | 
				
			||||||
  - 1.8
 | 
					 | 
				
			||||||
  - 1.9
 | 
					 | 
				
			||||||
  - '1.10'
 | 
					  - '1.10'
 | 
				
			||||||
 | 
					  - '1.11'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
go_import_path: github.com/dexidp/dex
 | 
					go_import_path: github.com/dexidp/dex
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM golang:1.10.2-alpine
 | 
					FROM golang:1.11.1-alpine
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apk add --no-cache --update alpine-sdk
 | 
					RUN apk add --no-cache --update alpine-sdk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user