mirror of https://github.com/fluxcd/flagger.git
				
				
				
			Update go to 1.12
This commit is contained in:
		
							parent
							
								
									274c1469b4
								
							
						
					
					
						commit
						ef5bf70386
					
				| 
						 | 
				
			
			@ -2,7 +2,7 @@ sudo: required
 | 
			
		|||
language: go
 | 
			
		||||
 | 
			
		||||
go:
 | 
			
		||||
- 1.11.x
 | 
			
		||||
- 1.12.x
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
- docker
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
FROM golang:1.11
 | 
			
		||||
FROM golang:1.12
 | 
			
		||||
 | 
			
		||||
RUN mkdir -p /go/src/github.com/weaveworks/flagger/
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
FROM golang:1.11 AS hey-builder
 | 
			
		||||
FROM golang:1.12 AS hey-builder
 | 
			
		||||
 | 
			
		||||
RUN mkdir -p /go/src/github.com/rakyll/hey/
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -111,7 +111,7 @@ The installer does the following:
 | 
			
		|||
* registers the App Mesh mutating webhook
 | 
			
		||||
* deploys the App Mesh webhook in `appmesh-system` namespace
 | 
			
		||||
* deploys the App Mesh CRDs
 | 
			
		||||
* deploys the App Mesh controller `appmesh-system` namespace
 | 
			
		||||
* deploys the App Mesh controller in `appmesh-system` namespace
 | 
			
		||||
* creates a mesh called `global`
 | 
			
		||||
 | 
			
		||||
Verify that the global mesh is active:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue