awslabs / ar-go-tools

ar-go-tools (Argot) is a collection of analysis tools for Go
Apache License 2.0
25 stars 1 forks source link

Support for go1.22 #73

Closed victornicolet closed 5 months ago

victornicolet commented 5 months ago

Argot currently does not support version of go past 1.21. To fix this, we need to:

victornicolet commented 5 months ago

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.

victornicolet commented 5 months ago

75 upgrades analysis packages to support go 1.22, which is now in CI.