travis: bump up to Go 1.14.3

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2020-05-14 20:00:57 -07:00
parent 3488e25a75
commit 2c7670f9c6

View File

@ -6,7 +6,7 @@ sudo: required
services: docker
go:
- 1.14.2
- 1.14.3
- tip
notifications:
@ -30,13 +30,13 @@ env:
matrix:
fast_finish: true
allow_failures:
- go: 1.14.2
- go: 1.14.3
env: TARGET=linux-amd64-grpcproxy
- go: 1.14.2
- go: 1.14.3
env: TARGET=linux-amd64-coverage
- go: tip
env: TARGET=linux-amd64-fmt-unit-go-tip
- go: 1.14.2
- go: 1.14.3
env: TARGET=linux-386-unit
exclude:
- go: tip
@ -57,7 +57,7 @@ matrix:
env: TARGET=linux-amd64-grpcproxy
- go: tip
env: TARGET=linux-amd64-coverage
- go: 1.14.2
- go: 1.14.3
env: TARGET=linux-amd64-fmt-unit-go-tip
- go: tip
env: TARGET=linux-386-unit