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

Revert "GoModules: Checksum mismatch:" #309

Merged
merged 3 commits into from
Mar 21, 2019

Conversation

Stebalien
Copy link
Member

Reverts #305

@im-kulikov, please clean your cache.

@ghost ghost assigned Stebalien Mar 21, 2019
@ghost ghost added the status/in-progress In progress label Mar 21, 2019
@im-kulikov
Copy link
Contributor

@Stebalien just try on go1.12.x

@Stebalien
Copy link
Member Author

I'm using go 1.12.1 and I've cleaned my package cache ($GOPATH/pkg). Unfortunately, go 1.11 had some cache corruption issues, IIRC.

.travis.yml Outdated
@@ -4,8 +4,7 @@ os:
language: go

go:
- 1.11.x
- 1.12.x
- 1.12.1
Copy link
Contributor

Choose a reason for hiding this comment

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

TravisCI 1.12.x?

Copy link
Member Author

Choose a reason for hiding this comment

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

SGTM. I just don't want go 1.12 (had other go mod issues).

@@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.12.1
Copy link
Contributor

Choose a reason for hiding this comment

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

circleci/golang:1.12

Copy link
Member Author

Choose a reason for hiding this comment

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

Will that pick the latest release?

Copy link
Contributor

Choose a reason for hiding this comment

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

yep

@Kubuxu
Copy link
Member

Kubuxu commented Mar 21, 2019

I'm getting missmatch on the master. It works with the PR. IDK why CI passes. We should investigate that.

@Stebalien Stebalien force-pushed the revert-305-fix/checksum-mismatch branch from 4528517 to 6bcc457 Compare March 21, 2019 17:36
Go 1.11 has some weird go module checksum issues.
@Stebalien Stebalien force-pushed the revert-305-fix/checksum-mismatch branch from 6bcc457 to fd84351 Compare March 21, 2019 17:39
@Stebalien Stebalien merged commit 73663f5 into master Mar 21, 2019
@Stebalien Stebalien deleted the revert-305-fix/checksum-mismatch branch March 21, 2019 17:44
@ghost ghost removed the status/in-progress In progress label Mar 21, 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.

3 participants