go-actions-cache icon indicating copy to clipboard operation
go-actions-cache copied to clipboard

Results 3 go-actions-cache issues
Sort by recently updated
recently updated
newest added

I'm looking for an implementation of `actions/cache` server that I can use for local development of GHA workflows with nektos/act. What does this project do? Does it help with that?

Server sends some extra headers with 429 as visible in https://github.com/docker/buildx/issues/841#issuecomment-979074748 ``` 2021-11-25T11:07:28.4672333Z 2021/11/25 11:07:26 < response 429 Too Many Requests map[Activityid:[3db07705-7b00-43ef-b1bf-d9d6ce0d8a44] Content-Length:[315] Content-Type:[application/json] Date:[Thu, 25 Nov 2021 11:07:26 GMT]...

In order to write tests for moby/buildkit#1974 I think it makes sense to create a simple mock backend that tests can start. This repo also tests against live backend in...