Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove go111module on env variable in Dockerfile. #608

Merged
merged 1 commit into from Feb 2, 2020
Merged

Remove go111module on env variable in Dockerfile. #608

merged 1 commit into from Feb 2, 2020

Conversation

cedarkuo
Copy link
Contributor

@cedarkuo cedarkuo commented Feb 2, 2020

go 1.13 change go111module auto setting behavior.

the auto setting now activates the module-aware mode of the go command whenever the current working directory contains, or is below a directory containing, a go.mod file

https://golang.org/doc/go1.13#modules

So I think maybe this environment variable could be removed from Dockerfile.

@wata727 wata727 merged commit fef7b48 into terraform-linters:master Feb 2, 2020
@wata727
Copy link
Member

wata727 commented Feb 2, 2020

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants