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

build github.com/ginuerzh/gost/cmd/gost: cannot load io/fs: malformed module path "io/fs": missing dot in first path element #1000

Open
kgggggb opened this issue Dec 25, 2023 · 0 comments

Comments

@kgggggb
Copy link

kgggggb commented Dec 25, 2023

build github.com/ginuerzh/gost/cmd/gost: cannot load io/fs: malformed module path "io/fs": missing dot in first path element

Ref 1

Tried:

apt -y --purge autoremove golang
wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.21.5.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
go mod tidy
go build

/root/go/pkg/mod/github.com/quic-go/[email protected]/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.21 yet. F...) as int value in variable declaration

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

1 participant