-
Notifications
You must be signed in to change notification settings - Fork 233
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
Conversation
@Stebalien just try on go1.12.x |
I'm using go 1.12.1 and I've cleaned my package cache ( |
.travis.yml
Outdated
@@ -4,8 +4,7 @@ os: | |||
language: go | |||
|
|||
go: | |||
- 1.11.x | |||
- 1.12.x | |||
- 1.12.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TravisCI 1.12.x?
There was a problem hiding this comment.
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).
.circleci/config.yml
Outdated
@@ -2,7 +2,7 @@ version: 2 | |||
jobs: | |||
build: | |||
docker: | |||
- image: circleci/golang:1.11 | |||
- image: circleci/golang:1.12.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
circleci/golang:1.12
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep
I'm getting missmatch on the master. It works with the PR. IDK why CI passes. We should investigate that. |
4528517
to
6bcc457
Compare
Go 1.11 has some weird go module checksum issues.
6bcc457
to
fd84351
Compare
Reverts #305
@im-kulikov, please clean your cache.