zclconf / go-cty

A type system for dynamic values in Go applications
MIT License
338 stars 70 forks source link

function/stdlib: Fix test on 32bit arch #138

Closed zhsj closed 1 year ago

zhsj commented 1 year ago

Test with GOARCH=386 go test ./....

apparentlymart commented 1 year ago

Thanks, @zhsj!