-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.modules
Milestone
Description
What version of Go are you using (go version
)?
Go 1.11
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env
)?
darwin
amd64
What did you do?
go build ./...
reproduction is difficult because including the package k8s.io/client-go
causes incompatible dependencies to be pulled in which is something I have to solve manually.
What did you expect to see?
A repeat of successful builds from the day before.
What did you see instead?
A checksum mismatch this morning after cloning the project to my personal laptop and attempting a build.
go: verifying k8s.io/client-go@v8.0.0+incompatible: checksum mismatch
downloaded: h1:7Zl+OVXn0bobcsi4NEZGdoQDTE9ij1zPMfM21+yqQsM=
go.sum: h1:2pUaSg2x6iEHr8cia6zmWhoCXG1EDG9TCx9s//Aq7HY=
F21, zegl, shaneramey, jayschwa, andrewrynhard and 16 more
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.modules