dragon-fly

Results 290 comments of dragon-fly

why same error to me: pkg/common/util.go:29:14: expected '(', found '[' have try v1.8.8, master branch.

Maybe volcano-admission-service is not up. Please check admission log.

/reopen I think we can go on.

1. go1.18 is the old version before open vscode, after "choose go version" to go1.19.2, check go version, it is still go1.18. 2. after opening a new vscode teminal, or...

It works well before I use brew install to install some other packages. After that, choose go environment didn't take effects.

even through I set goroot in setting.json with a new go version with `"go.goroot": "/Users/xxx/sdk/go1.1y"`, it is still the origin default one at `/usr/local/bin/go`

And one more thing, I add go sdk bin `/Users/xx/sdk/go1.1y/bin` to PATH in .zsh or .bash_profile, but it doesn't appear in PATH when use echo $PATH to check it. what...

> ps. avoid the `"go.goroot"` setting if you want to use the "choose go environment" setting. Yes, I know about it. I just set it to test the vscode's go...

hi, @hyangah , I find that `Locate Configured Go Tools` shows the right env about go version, and its go env also is right ``` Checking configured tools.... GOBIN: undefined...