mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 17:01:04 -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.
19 lines
210 B
YAML
19 lines
210 B
YAML
dist: trusty
|
|
sudo: false
|
|
language: go
|
|
go:
|
|
- 1.9.1
|
|
|
|
install:
|
|
- go get github.com/golang/dep/cmd/dep
|
|
|
|
script:
|
|
- make default
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- go: tip |