mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-05 05:35:19 -06:00
917a320a3b
This brings in a bugfix for analyzing variables inside relative traversal expressions in HCL, and a cosmetic bugfix in cty for GoString of cty.NullVal(cty.DynamicPseudoType). This also updates some other packages, as a result of running "go get -u".
13 lines
122 B
YAML
13 lines
122 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.4
|
|
- 1.5
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- tip
|
|
|
|
go_import_path: gopkg.in/yaml.v2
|