Skip to content

Commit

Permalink
Update go to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Mar 27, 2019
1 parent 274c146 commit ef5bf70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required
language: go

go:
- 1.11.x
- 1.12.x

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.11
FROM golang:1.12

RUN mkdir -p /go/src/github.com/weaveworks/flagger/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.loadtester
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
2 changes: 1 addition & 1 deletion docs/gitbook/install/flagger-install-on-eks-appmesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ef5bf70

Please sign in to comment.