Skip to content
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

unexpected EOF during install #3837

Open
kharabela opened this issue Feb 2, 2024 · 1 comment
Open

unexpected EOF during install #3837

kharabela opened this issue Feb 2, 2024 · 1 comment

Comments

@kharabela
Copy link

  • With issues:
    • Use the search tool before opening a new issue.

Description

C:\Users\m.kharabela.rout\go\pkg\mod\github.com\go-playground\validator\v10@v10.14.0\baked_in.go:25:2: github.com/gabriel-vasile/mimetype@v1.4.2: read "https:/proxy.golang.org/@v/v1.4.2.zip": unexpected EOF

How to reproduce

go install "github.com/gin-gonic/gin@latest"

Environment

  • go version: latest
  • gin version : latest
  • operating system:Win 10
@RedCrazyGhost
Copy link
Contributor

RedCrazyGhost commented Feb 4, 2024

go mod get pkg is the latest version, do not need to carry the @latest suffix, if you want to specify the version, please specify the specific version number, such as the latest version v1.9.1

// this  is latest verison
$ go get -u github.com/gin-gonic/gin

$ go get -u github.com/gin-gonic/gin@v1.9.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants