go 1.16+ is required to build from sources
trufanov-nok opened this issue · 1 comments
trufanov-nok commented
I tried to build rabtap in Astra Linux which has golang 1.15.0 in repos and failed with error:
github.com/rabbitmq/amqp091-go
/home/username/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.5.0/connection.go:919:16: undefined: os.ReadFile
note: module requires Go 1.16
So I'm suggesting to update ReadMe.md as go 1.12 requirement is listed there.
jandelgado commented