Created
August 23, 2019 16:46
-
-
Save fsouza/768cae1b276bdc363aa1965c223bbd11 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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