ci: cache Go build artifacts between runs #22

Merged
lerko merged 1 commits from chore/ci-cache into main 2026-05-24 20:01:05 +00:00
Owner

Adds actions/cache for ~/.cache/go-build keyed on Go source + go.sum hash. Subsequent runs skip recompiling unchanged packages. Module cache already handled by setup-go@v5.

Adds actions/cache for ~/.cache/go-build keyed on Go source + go.sum hash. Subsequent runs skip recompiling unchanged packages. Module cache already handled by setup-go@v5.
lerko added 1 commit 2026-05-24 19:52:30 +00:00
ci: cache Go build artifacts between runs
CI / test (pull_request) Successful in 6m18s
CI / lint (pull_request) Successful in 56s
d038361320
lerko merged commit f64b46f055 into main 2026-05-24 20:01:05 +00:00
lerko deleted branch chore/ci-cache 2026-05-24 20:01:05 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lerkolabs/uptop#22