Travis-CI: hold back version of Go 1.15.x (#2225)

See https://github.com/golang/go/issues/42484
This commit is contained in:
Alessandro Arzilli 2020-11-16 19:36:32 +01:00 committed by GitHub
parent 42f56e2862
commit fe1db25d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ arch:
- arm64 - arm64
go: go:
- 1.15.x - 1.15.3 # hold back version of Go, see issue #42484
- 1.14.x - 1.14.x
- 1.13.x - 1.13.x
- tip - tip