build: Use Go 1.12.9
This is a minor release of Go that does not include any changes that affect Terraform's behavior. This does include a fix for golang/go#31084 that could potentially affect HCL arithmetic (via math/big) on aarch64, but we do not currently build Terraform for aarch64 so it cannot have affected any previous releases.
This commit is contained in:
parent
f6c6a88fe8
commit
39b6a322e6
|
@ -1 +1 @@
|
||||||
1.12.8
|
1.12.9
|
||||||
|
|
|
@ -4,7 +4,7 @@ services:
|
||||||
- docker
|
- docker
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- "1.12.8"
|
- "1.12.9"
|
||||||
|
|
||||||
# add TF_CONSUL_TEST=1 to run consul tests
|
# add TF_CONSUL_TEST=1 to run consul tests
|
||||||
# they were causing timouts in travis
|
# they were causing timouts in travis
|
||||||
|
|
Loading…
Reference in New Issue