You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. There was a bug in go1.11 which I used to generate and publish the go.sum file and go 1.11.2 fixed it (golang/go#27153) causing this mismatch.
I created #584 to update the go.sum file using go 1.11.2.
Yes, I checked that bug while trying to make the build work by doing different things, but couldn't make it work. So I just created the above issue. But for me the problem still exists - #585 . I think I saw a similar error before when I was trying to fix the above issue
Submission type
Environment
Mac OS 10.13.6
go version go1.11.2 darwin/amd64
Stolon version
commit
979c44c1bfabea176683eeb79a42c89f13e6c890
Bug Report
I ran this to build code
Expected behaviour you didn't see
Binaries in the
bin
directoryUnexpected behaviour you saw
Saw this error
Steps to reproduce the problem
Clone the code. Git checkout to commit
979c44c1bfabea176683eeb79a42c89f13e6c890
. Run./build
The text was updated successfully, but these errors were encountered: