Hello,
I encountered an error during go build on generate/generate.go while upgrading to runtime-spec v1.3.0
go build -o ./bla .
# github.com/opencontainers/runtime-tools/generate
../../../go/pkg/mod/github.com/opencontainers/[email protected]/generate/generate.go:973:40: cannot use limit (variable of type int64) as *int64 value in assignment
go version
go version go1.25.4 linux/amd64
## go.mod
go 1.25.4
require (
github.com/containers/podman/v5 v5.7.0
github.com/opencontainers/runtime-spec v1.3.0
github.com/spf13/cobra v1.10.1
github.com/spf13/viper v1.21.0
github.com/vishvananda/netns v0.0.5
)
Not sure what's going on ?
Thanks !