radian-software / apheleia

🌷 Run code formatter on buffer contents without moving point, using RCS patches and dynamic programming.
MIT License
523 stars 74 forks source link

use up-to-date golang #218

Closed edslocomb closed 9 months ago

edslocomb commented 9 months ago

While running a full make fmt-build, I got some failures with installer scripts for golang formatters. This fixes the problem by installing an up-to-date golang instead of the version available in ubuntu 20.04.

The ppa used here, longsleep/golang-backports is recommended by the Go project.