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

does not work in go 1.18 #11

Open
0wwafa opened this issue Oct 19, 2024 · 0 comments
Open

does not work in go 1.18 #11

0wwafa opened this issue Oct 19, 2024 · 0 comments

Comments

@0wwafa
Copy link

0wwafa commented Oct 19, 2024

go install github.com/shurcooL/goexec@latest
go: downloading github.com/shurcooL/goexec v0.0.0-20230709021537-96bada04ea2b
go: finding module for package golang.org/x/tools/imports
go: finding module for package github.com/shurcooL/go-goon
go: downloading golang.org/x/tools v0.26.0
go: downloading github.com/shurcooL/go-goon v1.0.0
go: found github.com/shurcooL/go-goon in github.com/shurcooL/go-goon v1.0.0
go: found golang.org/x/tools/imports in golang.org/x/tools v0.26.0
go: downloading github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636
go: downloading golang.org/x/mod v0.21.0
go: downloading golang.org/x/sync v0.8.0
# golang.org/x/tools/go/ast/astutil
/home/user/go/pkg/mod/golang.org/x/tools@v0.26.0/go/ast/astutil/util.go:11:48: undefined: ast.Unparen
note: module requires Go 1.22
# golang.org/x/tools/internal/gocommand
/home/user/go/pkg/mod/golang.org/x/tools@v0.26.0/internal/gocommand/invoke.go:258:6: cmd.WaitDelay undefined (type *exec.Cmd has no field or method WaitDelay)
note: module requires Go 1.22
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