ElektraInitiative / go-elektra-archive

Go bindings for Elektra
https://libelektra.org
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

fix libelektra 0.9.5 API compatibility (thanks to @kodebach), update CI to Ubuntu Focal and use new APT repo #13

Closed mpranj closed 3 years ago

mpranj commented 3 years ago

The go-elekra CI is currently stuck with libelektra4 (0.9.3) packages from our outdated repo, but the bindings do not work with the current Elektra release.

This PR replaces the packages with the current libelektra5 (0.9.5) packages and uses Ubuntu Focal. This includes breaking API changes.

This PR includes #12 as well to fix the breaking API changes. Thanks to @kodebach!