hashicorp / terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
https://www.terraform.io/
Other
42.02k stars 9.47k forks source link

Building terraform using vagrant failing on v0.11 branch #21085

Closed john-terrell closed 5 years ago

john-terrell commented 5 years ago

Hi, I'm trying to build terraform (the v0.11 branch) using the built-in Vagrantfile. However, it fails to build with the following (did the stringer dependency get broken?):

vagrant@terraform:/opt/gopath/src/github.com/hashicorp/terraform$ make test ==> Checking that code complies with gofmt requirements... GO111MODULE=off go get -u golang.org/x/tools/cmd/stringer GO111MODULE=off go get -u golang.org/x/tools/cmd/cover GO111MODULE=off go get -u github.com/golang/mock/mockgen GOFLAGS=-mod=vendor go generate ./... 2019/04/24 04:00:27 Generated command/internal_plugin_list.go stringer: unsupported version of go: exit status 2: flag provided but not defined: -compiled usage: list [-e] [-f format] [-json] [build flags] [packages]

john-terrell commented 5 years ago

Unintended duplicate issue. Sorry about that.

ghost commented 5 years ago

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.