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: fix timestamp on module replacement for bodyclose #629

Closed
wants to merge 1 commit into from
Closed

go.mod: fix timestamp on module replacement for bodyclose #629

wants to merge 1 commit into from

Conversation

shuLhan
Copy link

@shuLhan shuLhan commented Aug 4, 2019

Building on master (d2b1eea) result in the following error,

go: github.com/golangci/bodyclose@v0.0.0-20190714214026-65da19158fa2: invalid pseudo-version: does not match version-control timestamp (2019-07-14T14:40:26Z)

This may be caused by manual timestamp using local zone instead of UTC
when adding replace directive or somethings get forced push previously
on bodyclose repository or bug on Go tools itself.

While at it add missing dependency: github.com/Quasilyte/go-consistent
which added automatically by Go tools.

@CLAassistant
Copy link

CLAassistant commented Aug 4, 2019

CLA assistant check
All committers have signed the CLA.

Building on master (d2b1eea) result in the following error,

  go: github.com/golangci/bodyclose@v0.0.0-20190714214026-65da19158fa2: invalid pseudo-version: does not match version-control timestamp (2019-07-14T14:40:26Z)

This may be caused by manual timestamp using local zone instead of UTC
when adding replace directive _or_ somethings get forced push previously
on bodyclose repository _or_ bug on Go tools itself.

While at it add missing dependency: github.com/Quasilyte/go-consistent
which added automatically by Go tools.
@pierrre
Copy link
Contributor

pierrre commented Aug 5, 2019

Already fixed in #605

@Helcaraxan Helcaraxan mentioned this pull request Aug 29, 2019
@jirfag
Copy link
Member

jirfag commented Sep 9, 2019

hi, thank you! but closing because already fixed

@jirfag jirfag closed this Sep 9, 2019
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.

None yet

4 participants