Skip to content

golangci/go-misc: checksum mismatch #344

@ml-

Description

@ml-

When trying to build the project, there is a checksum mismatch when dependencies are retrieved.
I tried this on my own system, as well as on the golang:1.11.4 docker image.

$ go build -o golangci-lint ./cmd/golangci-lint/main.go

Error:

go: verifying github.com/golangci/go-misc@v0.0.0-20180628070357-927a3d87b613: checksum mismatch
	downloaded: h1:9kfjN3AdxcbsZBf8NjltjWihK2QfBBBZuv91cMFfDHw=
	go.sum:     h1:WadunOE/TeHR8U7f0TXiJACHeU3cuFOXuKafw4rozqU=

Info:
System: Arch Linux
go version go1.11.4 linux/amd64

GOARCH="amd64"
GOBIN=""
GOCACHE="/home/ml/.cache/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/ml/.local/go"
GOPROXY=""
GORACE=""
GOROOT="/usr/lib/go"
GOTMPDIR=""
GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/home/ml/code/golangci-lint/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build893572642=/tmp/go-build -gno-record-gcc-switches"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions