Terraform: Can't build current master - undefined sort.Slice

Created on 9 Mar 2017  ยท  5Comments  ยท  Source: hashicorp/terraform

Terraform Version

origin/master as of b0deb7736b6a0dd8cff45a3eb5a2ba1996894eff fails

Affected Resource(s)

core

Expected Behavior

make dev succeed

Actual Behavior

make dev fails with

make dev
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/09 06:01:20 Generated command/internal_plugin_list.go
==> Removing old directory...
==> Building...
Number of parallel builds: 3

-->    darwin/amd64: github.com/hashicorp/terraform

1 errors occurred:
--> darwin/amd64 error: exit status 2
Stderr: # github.com/hashicorp/terraform/terraform
terraform/context.go:670: undefined: sort.Slice


==> Results:

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. git co origin/master && git fetch && git reset --hard origin/master
  2. make dev

References

All 5 comments

@jbardin @mitchellh Do you think a fix could be landed to master for that? :/
thanks!

You need to be using Go 1.8. We only support the latest version of Go on master at any given time.

Ok so I will update the README.md for that :) thanks!

Yes, thank you!

I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

Was this page helpful?
0 / 5 - 0 ratings