Update travis to use 1.15.7 go version.

This commit is contained in:
Piotr Tabor 2021-01-30 13:30:10 +01:00
parent f0ecad00e3
commit 73ef0cde01

View File

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