Skip to content

Invalid pseudo-version: revision is shorter than canonical - #730 doesnt have solution #1530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks
abhayJava opened this issue Nov 30, 2020 · 2 comments
Closed
3 tasks
Labels
bug Something isn't working feedback required Requires additional feedback

Comments

@abhayJava
Copy link

Thank you for creating the issue!

  • Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
  • Yes, I've searched similar issues on GitHub and found Cannot go get due to invalid pseudo-version #730 , but could not get solution in it.
  • Yes, I've included all information below (version, config, etc).

Please include the following information:

go mod vendor is throwing error invalid pseudo-version: revision is shorter than canonical . Go version and other env is mentioned below
I looked at reported issue #730 but couldn't find solution in it

Version of golangci-lint
$ golangci-lint --version
# paste output here
golangci-lint has version 1.17.1 built from 4ba2155 on 2019-06-10T09:07:35Z
Config file
$ cat .golangci.yml
# paste output here
Go environment
$ go version && go env
# paste output here
go version go1.14.4 darwin/amd64
GO111MODULE=""
GOARCH="amd64"
GOBIN="/Users/abkumar/go/bin"
GOCACHE="/Users/abkumar/Library/Caches/go-build"
GOENV="/Users/abkumar/Library/Application Support/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOINSECURE=""
GONOPROXY="gitswarm.f5net.com/f5aas/*"
GONOSUMDB="gitswarm.f5net.com/f5aas/*"
GOOS="darwin"
GOPATH="/Users/abkumar/go"
GOPRIVATE="gitswarm.f5net.com/f5aas/*"
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/Cellar/go/1.14.4/libexec"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/Cellar/go/1.14.4/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/Users/abkumar/go/src/gitswarm.f5net.com/f5aas/magneto/eap-consumer/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 -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/mc/w_v1lzs17y9951w6l8zrkf0wjljbc6/T/go-build936613619=/tmp/go-build -gno-record-gcc-switches -fno-common"
Verbose output of running
$ golangci-lint cache clean
$ golangci-lint run -v
# paste output here
@abhayJava abhayJava added the bug Something isn't working label Nov 30, 2020
@boring-cyborg
Copy link

boring-cyborg bot commented Nov 30, 2020

Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors.

@iwankgb
Copy link
Contributor

iwankgb commented Dec 12, 2020

@abhayJava you are using outdated version of golangci-lint. Can you install and up-to-date one and confirm that problem still occurs?

@iwankgb iwankgb added the feedback required Requires additional feedback label Dec 12, 2020
@ldez ldez closed this as completed Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feedback required Requires additional feedback
Projects
None yet
Development

No branches or pull requests

3 participants