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

Clean up go.mod for Go 1.13 #3807

Merged
merged 2 commits into from
Sep 9, 2019
Merged

Clean up go.mod for Go 1.13 #3807

merged 2 commits into from
Sep 9, 2019

Conversation

bk2204
Copy link
Member

@bk2204 bk2204 commented Sep 4, 2019

Go 1.13 has become stricter and now requires that the timestamps in go.mod reflect the commit timestamps. Update go.mod and go.sum to make sure that Go 1.13 is happy.

Go 1.13 has become stricter and now requires that the timestamps in
go.mod reflect the commit timestamps.  Update go.mod and go.sum to make
sure that Go 1.13 is happy.
@bk2204 bk2204 requested a review from a team September 4, 2019 14:52
This declaration is automatically added by Go 1.13 if it doesn't exist
during any build step.  Since we don't want the file to be modified
during normal use, explicitly declare it as 1.11, since that's the
oldest version we currently support.
Copy link
Contributor

@PastelMobileSuit PastelMobileSuit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bk2204 bk2204 merged commit d91f10a into git-lfs:master Sep 9, 2019
@bk2204 bk2204 deleted the fix-go-mod-1.13 branch September 9, 2019 14:03
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.

2 participants