Skip to content

Commit

Permalink
Merge pull request #142 from appoptics/AO-15732-go-1.14
Browse files Browse the repository at this point in the history
AO-15732: Move forward to Go 1.14
  • Loading branch information
jiwen624 authored Feb 28, 2020
2 parents 8e29e46 + d80ac6d commit 7dee89d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: go

go:
- "1.11"
- "1.12"
- "1.13"
- "1.14"

env:
global:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7dee89d

Please sign in to comment.