Replies: 1 comment
-
can't reproduce this... never seen that kind of error either |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When calling
make bootstrap
with go1.22 for step-ca v0.27.5 I'll get the the errorgo: downloading github.com/multiformats/go-base32 v0.1.0 ../go/pkg/mod/github.com/multiformats/[email protected]/base32.go:4:2: github.com/multiformats/[email protected]: verifying module: github.com/multiformats/[email protected]: TileReader returned bad result slice (tile/8/1/183 len=4096, want 8192) make: *** [Makefile:24: bootstrap] Error 1
makefile line 24 does the call
$Q go install github.com/goreleaser/goreleaser@latest
.Can anyone please verify if it's really a bug or not, and in case give me a hand to get it sorted. Cheers.
Beta Was this translation helpful? Give feedback.
All reactions