ci: cache Go build artifacts between runs #22
Reference in New Issue
Block a user
Delete Branch "chore/ci-cache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.