Skip to content

d/patches: Disable patch fixing tests for go1.16

Task https://phabricator.apertis.org/T8781

Apertis consul package has just been updated to Debian Bookworm, which provides golang 1.18. However, the current Apertis release syncs with Debian Bullseye (not Bookworm), so the available golang version is 1.15.

Because of the above, latest consul package FTBFS because some test cases have been adapted to go1.16. Fix it by disabling the patch that is updating these tests.

Merge request reports