Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created August 23, 2019 16:46
Show Gist options
  • 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/[email protected] requires
github.com/go-critic/[email protected]: 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