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

Go mod files #1282

Merged
merged 2 commits into from
Feb 22, 2019
Merged

Go mod files #1282

merged 2 commits into from
Feb 22, 2019

Conversation

ebati
Copy link
Contributor

@ebati ebati commented Feb 16, 2019

I added go.sum&go.mod files and exported GO111MODULES=on in makefile. Since go1.10 cannot use go.mod in go get it will download the latest version but go1.11 and later will use go.mod. After go1.12 release i can update makefile and travis config to use go mod verify etc.

We can also move errcheck dependency to tools.go ( as detailed in here ) instead of separately installing it. Let me know if you prefer tools.go approach.

(Fixes #1272)

@ebati ebati changed the title Go mod files #1272 Go mod files Feb 18, 2019
@varun06
Copy link
Contributor

varun06 commented Feb 21, 2019

Go modules are fine and it seems that Sarama already uses semver for release versioning and tags. looks good to me 👍

@bai bai merged commit 7bee863 into IBM:master Feb 22, 2019
@bai
Copy link
Contributor

bai commented Feb 22, 2019

Thanks for contributing @ebati 💯

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.

3 participants