diff --git a/.travis.yml b/.travis.yml index 89f25cf0..4167ab4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: go go: - - "1.11" - "1.12" - "1.13" + - "1.14" env: global: @@ -47,4 +47,4 @@ script: - gocovmerge ao/cov.out ao/internal/reporter/cov.out ao/internal/metrics/cov.out ao/internal/log/cov.out ao/internal/config/cov.out ao/internal/host/cov.out ao/opentracing/cov.out contrib/aogrpc/cov.out> coverage.txt after_success: - - if [[ $TRAVIS_GO_VERSION == 1.13 ]]; then bash <(curl -s https://codecov.io/bash); fi + - if [[ $TRAVIS_GO_VERSION == 1.14 ]]; then bash <(curl -s https://codecov.io/bash); fi diff --git a/README.md b/README.md index 6b77179e..2d167b9b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ check out the [demo](#demo) app below to get a quick start! ### Minimum Supported Go Version -* [Go >= 1.11](https://golang.org/dl/) +* [Go >= 1.12](https://golang.org/dl/) ### Installing