origin/master as of b0deb7736b6a0dd8cff45a3eb5a2ba1996894eff fails
core
make dev succeed
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:
Please list the steps required to reproduce the issue, for example:
git co origin/master && git fetch && git reset --hard origin/mastermake dev@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.