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

[MODULES] Switch to Go Modules #55

Merged
merged 4 commits into from
Mar 29, 2019
Merged

[MODULES] Switch to Go Modules #55

merged 4 commits into from
Mar 29, 2019

Conversation

appilon
Copy link
Contributor

@appilon appilon commented Mar 13, 2019

Closes #51

Had to pin a few dependencies to specific commits (etcd to master from a few weeks ago) and ugorji/go to the version from govendor.

@ghost ghost added the size/XXL label Mar 13, 2019
@appilon
Copy link
Contributor Author

appilon commented Mar 21, 2019

1 new failure, could be a similar situation to vault

------- Stdout: -------
=== RUN   TestAccDataSourceDeployments
--- FAIL: TestAccDataSourceDeployments (0.14s)
    testing.go:519: Step 1, no error received, but expected a match to:
        
        .*No deployments found
        
        
FAIL

provider: Run go fix
provider: Run go fmt
provider: Encode go version 1.11.5 to .go-version file
run go mod tidy
remove govendor from makefile and travis config
set appropriate env vars for go modules
had to upgrade etcd to master to fix compatibility
@appilon
Copy link
Contributor Author

appilon commented Mar 29, 2019

Tests pass now 🎉

@appilon appilon requested a review from cgbaker March 29, 2019 17:42
@cgbaker
Copy link
Contributor

cgbaker commented Mar 29, 2019

thanks, @appilon !

@appilon appilon merged commit f7d0fef into master Mar 29, 2019
@appilon appilon deleted the go-modules-2019-03-13 branch March 29, 2019 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants