Comment 5 for bug 1965157

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

Yep, the structure of go.mod and some other files need to be changed to support Go 1.17. I updated the needed files running the following commands:

$ go mod tidy -go=1.17
$ go mod vendor

With that, I created the attached debdiff which fixes the FTBFS. Could you confirm if everything is fine with the debdiff?