aunum/gold

Error with build

ogau opened this issue · 1 comments

ogau commented
C:\Users\<...>\go\pkg\mod\github.com\aunum\gold@v0.0.0-20201022151355-225e849d893f\pkg\v1\agent\q\experiments\taxi>go run main.go
# github.com/ory/dockertest/docker/pkg/system
..\..\..\..\..\..\..\..\ory\dockertest@v3.3.5+incompatible\docker\pkg\system\filesys_windows.go:113:24: cannot use uintptr(unsafe.Pointer(&sd[0])) (type uintptr) as type *"golang.org/x/sys/windows".SECURITY_DESCRIPTOR in assignment

go version go1.16.6 windows/amd64

This is apparently an intended breaking change in Go 1.16 golang/go#34610, looks like the workaround is golang/go#34610 (comment)

I think the would need to be fixed upstream in dockertest