Update go to 1.12

This commit is contained in:
stefanprodan 2019-03-27 13:02:30 +02:00
parent 274c1469b4
commit ef5bf70386
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ sudo: required
language: go
go:
- 1.11.x
- 1.12.x
services:
- docker

View File

@ -1,4 +1,4 @@
FROM golang:1.11
FROM golang:1.12
RUN mkdir -p /go/src/github.com/weaveworks/flagger/

View File

@ -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/

View File

@ -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: