mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-04 13:17:43 -06:00
1bb79696c6
This includes a bugfix to the cty/msgpack package to ensure correct decoding of unknown and null values. This also includes updates to cty's dependencies.
13 lines
143 B
YAML
13 lines
143 B
YAML
language: go
|
|
go_import_path: github.com/pkg/errors
|
|
go:
|
|
- 1.4.x
|
|
- 1.5.x
|
|
- 1.6.x
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|