I have just received a new notebook with Win onboard (21H2 build 19044.1415) and tried to install my Go project. After running go build
I just keep receiving EOF errors.
I tried to sync dependencies in Jetbrains Goland, in VS Code (it is saying EOF when trying to install gopls) or just in plain command line - the result is the same everywhere. Please see the following error:
go get github.com/dgrijalva/jwt-go/v4 go: module github.com/dgrijalva/jwt-go/v4: Get "https://proxy.golang.org/github.com/dgrijalva/jwt-go/v4/@v/list": EOF
Any ideas ho to fix it would be welcome.