mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
This new version includes Solaris support, the lack of which previously caused us to disable readline-using features ("terraform console") on Solaris builds.
9 lines
252 B
YAML
9 lines
252 B
YAML
language: go
|
|
go:
|
|
- 1.x
|
|
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
|