Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created August 23, 2019 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fsouza/768cae1b276bdc363aa1965c223bbd11 to your computer and use it in GitHub Desktop.
Save fsouza/768cae1b276bdc363aa1965c223bbd11 to your computer and use it in GitHub Desktop.
% docker run -e GOPROXY=direct -e GO111MODULE=on -it golang:1.13rc1 go get github.com/golangci/golangci-lint/cmd/golangci-lint@latest
go: finding github.com/golangci/golangci-lint/cmd/golangci-lint latest
go: finding github.com/golangci/golangci-lint/cmd latest
go: finding github.com/golangci/golangci-lint v1.17.1
go: downloading github.com/golangci/golangci-lint v1.17.1
go: extracting github.com/golangci/golangci-lint v1.17.1
go get: github.com/golangci/golangci-lint@v1.17.1 requires
github.com/go-critic/go-critic@v0.0.0-20181204210945-1df300866540: invalid pseudo-version: does not match version-control timestamp (2019-05-26T07:48:19Z)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment