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

use go modules and use terraform 0.12 #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ArthurHlt
Copy link

This PR remove vendor folder to use go modules which is the official deps manager on go and useable by default from golang version >= 1.11 .

By using go modules i've made also the change to be compatible with latest terraform version (0.12).

It will probably require change jenkinsfile to use go >= 1.11 .

If GOPATH is still used during testing/building app it will requires to set env var GO111MODULE to on (e.g.:export GO111MODULE=on)

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

Successfully merging this pull request may close these issues.

1 participant