Closed victornicolet closed 5 months ago
Argot currently does not support version of go past 1.21. To fix this, we need to:
https://github.com/awslabs/ar-go-tools/pull/72 internalizes the pointer analysis code from https://pkg.go.dev/golang.org/x/tools/go/pointer. We will work on fixes and changes specific to our use.
Argot currently does not support version of go past 1.21. To fix this, we need to: