go.mod: We only expect Go 1.12

This was erroneously updated by some earlier operation, but
Terraform Core is still targeting only Go 1.12 for the moment.
This commit is contained in:
Martin Atkins 2019-10-18 16:37:34 -07:00 committed by GitHub
parent bac0577c70
commit baa49f43c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -136,4 +136,4 @@ require (
gopkg.in/yaml.v2 v2.2.2
)
go 1.13
go 1.12