-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1 cache API disappearing #25
Comments
Relevant: actions/toolkit#1931 |
FWIW I have made a replica cache v2 server implementation, that may not have a conforming azure blob service for larger uploads, however a possible test target without access to the official one. While this is a protobuf + azure blob client protocol, this is using the json format (not binary) of protobuf, technically you don't necessary need the protobuf runtime. Ah there is progress: #27 |
If I read this
actions/cache
announcement correctly, this package is going to start failing intermittently at the end of the month. I was hoping to write aGOCACHEPROG
tool for GitHub Actions, but the GHA cache API will be changing before the Go 1.24 release.Do you know of any work on a V2 API client? Is there appetite for implementing it here?
The text was updated successfully, but these errors were encountered: