mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-16 19:52:49 -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.
10 lines
260 B
YAML
10 lines
260 B
YAML
language: go
|
|
go:
|
|
- 1.5
|
|
- 1.7
|
|
script:
|
|
- GOOS=windows go install github.com/chzyer/readline/example/...
|
|
- GOOS=linux go install github.com/chzyer/readline/example/...
|
|
- GOOS=darwin go install github.com/chzyer/readline/example/...
|
|
- go test -race -v
|