secrethub / terraform-provider-secrethub

Terraform Provider to manage and use secrets
https://secrethub.io
Apache License 2.0
49 stars 11 forks source link

Use default GOPATH for running the linter if $GOPATH is not set. #96

Closed SimonBarendse closed 4 years ago

SimonBarendse commented 4 years ago

From Go 1.8 on, if $GOPATH is not set, a default of ~/go is used. This change makes sure the default GOPATH is used to retrieve and store modules when linting and $GOPATH is not set.

SimonBarendse commented 4 years ago

bug in development, but it doesn't affect using the provider.