awalsh128 / cache-apt-pkgs-action

Cache APT packages in GitHub Actions
Other
205 stars 35 forks source link

First version of a Golang version for APT package querying. (#118) #119

Closed awalsh128 closed 11 months ago

awalsh128 commented 11 months ago

Bash scripting has become quite complex in terms of iteration and data structures. It would be more maintainable at this point to use a more feature rich language that is also performant like Go.