简体   繁体   中英

Is GoLang safe to use partial cache restoration with CircleCI?

Is GoLang Safe to Use Partial Cache Restoration with CircleCI?

The CircleCI official documentation ( https://circleci.com/docs/2.0/caching/ ) shows that these languages are safe (some with conditions), but I was not able to find GoLang in the doc, tried googling but nothing much. None of the examples I found are using partial cache restoration. So I ended up here asking if it is safe. Can anyone help?

Safe to use partial cache restoration?

Bundler(Ruby)      Yes (with caution)
Gradle(Java)       Yes
Maven(Java)        Yes
Leiningen(Clojure) Yes
npm(Node)          Yes (with NPM5+)
pip(Python)        Yes (with pipenv)
Yarn(Node)         Yes

In their golang example , they are using cache restoration.

I think the answer is Yes

see this post for your information?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM