awalsh128 / cache-apt-pkgs-action

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

Swap out Bash based APT query logic for Golang version. #117

Closed awalsh128 closed 11 months ago

awalsh128 commented 12 months ago

String parsing and state management has been rather cumbersome when fetching APT package data (exemplified in solution to #106). Decided to use Golang since it provide basic data structures, succinct array operations and better error handling. If this pans out, might rewrite the entire action in Go.