gold icon indicating copy to clipboard operation
gold copied to clipboard

cannot use uintptr(unsafe.Pointer(&sd[0]))

Open scirpter opened this issue 3 years ago • 0 comments

I installed and tried running the demo:

C:\Users\0\Desktop\gold-master>go run ./pkg/v1/agent/deepq/experiments/cartpole/main.go

github.com/ory/dockertest/docker/pkg/system ....\go\pkg\mod\github.com\ory\[email protected]+incompatible\docker\pkg\system\filesys_windows.go:113:26: cannot use uintptr(unsafe.Pointer(&sd[0])) (value of type uintptr) as *"golang.org/x/sys/windows".SECURITY_DESCRIPTOR value in assignment

scirpter avatar Mar 30 '23 12:03 scirpter