travis.yaml: use Go 1.12.12

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2020-03-18 17:21:49 -07:00
parent acb9746d66
commit 508808010c

View File

@ -6,7 +6,7 @@ sudo: required
services: docker
go:
- 1.12.9
- 1.12.12
env:
- GO111MODULE=on
@ -28,7 +28,7 @@ env:
matrix:
fast_finish: true
allow_failures:
- go: 1.12.9
- go: 1.12.12
env: TARGET=linux-386-unit
install: