Skip to content

Instantly share code, notes, and snippets.

@majormoses
Created September 14, 2016 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save majormoses/11e82ee56e3b1c2be1744a242d0b34ea to your computer and use it in GitHub Desktop.
Save majormoses/11e82ee56e3b1c2be1744a242d0b34ea to your computer and use it in GitHub Desktop.
Failing on make vet when building 0.7.3
08:48:27 [ /opt/gopath/src/github.com/hashicorp/terraform (git, (v0.7.3), *%) ]
$ make vet
go tool vet -all .
builtin/providers/aws/resource_aws_efs_mount_target_test.go:214: arg mount.MountTargetId for printf verb %s of wrong type: *string
Vet found suspicious constructs. Please check the reported constructs
and fix them if necessary before submitting the code for review.
Makefile:69: recipe for target 'vet' failed
make: *** [vet] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment