Commit Graph

78 Commits (5a9c31a7dbb5a573688e67a1733a0644187ceeb8)

Author SHA1 Message Date
Ivan Zosimov 5a9c31a7db Fix message source of the output when cache hit occured 3 years ago
Ivan Zosimov ede5159e42 Fix review points 3 years ago
Ivan Zosimov 832658fa34 Fixed text of the error 3 years ago
Ivan Zosimov 9bc7dce839 Fix typo 3 years ago
Ivan Zosimov 8c8442b8f8 Change behavior of the exception throwing 3 years ago
Ivan Zosimov 661954d154 Add caching of the compiler's temporary files 3 years ago
Ivan Zosimov 1466d1b901 Add functionality for caching with GHES 3 years ago
Ivan Zosimov e72fc4648f Fix cache-save.ts file 3 years ago
Ivan Zosimov c733861b29 Fix review points 3 years ago
Ivan Zosimov 104f9bb034 Add unit-tests for cache-restore file 3 years ago
Ivan Zosimov 1a1c412f7e Merge branch 'modules-caching' into modules-caching-tests 3 years ago
Ivan Zosimov ed123a232f Merge branch 'main' into modules-caching 3 years ago
Fraser Waters 0b4fbc55f6 await io.mkdirP 3 years ago
Josh Gross 802876f7c7
Fix formatting 3 years ago
Josh Gross 2a34c33bd7
Export `GOROOT` for versions < 1.9 3 years ago
Manuel Mendez 83124a14b6 Do not export GOROOT
This has not been necessary since [Go 1.9](https://go.dev/doc/go1.9#goroot) at
least (although clunky to do so then) but definitely not since
[Go 1.10](https://go.dev/doc/go1.10#goroot).

This is cargo culting code that is more than 2 years out of date and runs into
issues when multiple go versions are used in an action run.

Signed-off-by: Manuel Mendez <mmendez534@gmail.com>
3 years ago
Ivan Zosimov (Akvelon INC) c8d315d95f Merge branch 'main' into modules-caching 3 years ago
Ivan Zosimov (Akvelon INC) 07ecad3aa8 Add changes before sync with upstream 3 years ago
Ivan Zosimov (Akvelon INC) 4d62da4173 Add some unit tests fot cache-utils.ts file 3 years ago
Ivan Zosimov (Akvelon INC) 2d0c507407 Change cache-save.ts file 3 years ago
Ivan Zosimov (Akvelon INC) 8d80cd6b60 Change code according to review points 3 years ago
Ivan Zosimov (Akvelon INC) 86d1cd689b Change code according to review points 3 years ago
Dmitry Shibanov f6164bd8c8
Remove stable input and fix SemVer notation (#195) 3 years ago
Ivan Zosimov (Akvelon INC) 2e1e7c7d7e Make some small changes according to review points 3 years ago
Ivan Zosimov (Akvelon INC) b2ef77dbb7 Change logic to find matchers.json file 3 years ago
Ivan Zosimov (Akvelon INC) f7d54db843 Add new file-container for package-managers
File package-managers.ts was added.
3 years ago
Ivan Zosimov (Akvelon INC) 30f08b7b11 Fix bug with getting object property by its name 3 years ago
Ivan Zosimov (Akvelon INC) f2efd31d13 Change code to make it more extandable in future 3 years ago
Ivan Zosimov (Akvelon INC) d450effe85 Rebuild action with some small changes.
Changes were applied to some debug messages.
3 years ago
Ivan Zosimov (Akvelon INC) 8dd60badf6 Change behavior of the post-job
If caching is not enabled by action.yml input, save of the cache won't
occur in the post-job.
3 years ago
Ivan Zosimov (Akvelon INC) a79b7c7694 Change path to matchers.json 3 years ago
Ivan Zosimov (Akvelon INC) 53f5d5ec02 Format files according to Prettier rules and build 3 years ago
Ivan Zosimov (Akvelon INC) 25a133c257 Add logic for modules caching
Such files as cache-restore.ts, cache-utils.ts, constants.ts,
cache-save.ts we added. Main.ts file now incorporates logic for using
files mentioned above.
3 years ago
Dmitry Shibanov bfdd3570ce
Implement "check-latest" flag to check if pre-cached version is latest one (#186) 3 years ago
Paul Cacheux bba6fe1d58 Fix extractor selection on windows 4 years ago
Maxim Lobanov d0c5defdf3
Switch manifest installation from "master" to "main" branch (#65)
* switch from master to main branch

* Update README.md
5 years ago
Dmitry Shibanov 1616116e1b
Use GitHub releases to download Go versions. (#58) 5 years ago
Bryan MacFarlane 6613fc89fc go env block 5 years ago
Bryan MacFarlane 0dbc7e4965 toString 5 years ago
Bryan MacFarlane f32657ccaf output version of go it resolved to 5 years ago
Bryan MacFarlane cec6ecefb4 output version of go it resolved to 5 years ago
Bryan MacFarlane 1c06f0e82e couple tests 5 years ago
Bryan MacFarlane 262468e92f only needed to do once 5 years ago
Bryan MacFarlane 4e8106ca18 create profiles go dir if go installed but not exists 5 years ago
Bryan MacFarlane 93ddff5bef lint 5 years ago
Bryan MacFarlane 3d89e603f2 more debug 5 years ago
Bryan MacFarlane 1fea44b3f0 create bin if not under go env GOPATH 5 years ago
Bryan MacFarlane 3e014ec8a4 lint 5 years ago
Bryan MacFarlane 75899f8cdf add debug 5 years ago
Bryan MacFarlane 1fdcb9b160 oops 5 years ago