Commit graph

223 commits

Author SHA1 Message Date
Ivan Zosimov
2d848c0e6a Fix review points
README.md file was updated, removed async declaration in cache-utils
file and changed the error message in cache-save file.
2022-04-27 10:56:45 +02:00
Ivan Zosimov
a4ab0b1477 Modify README.md file 2022-04-26 13:32:22 +02:00
Ivan Zosimov
f735869350 Fix merge confilct in README.md 2022-04-26 13:25:24 +02:00
Ivan Zosimov
760c5852ae Rebuild project with current changes 2022-04-26 12:27:48 +02:00
Ivan Zosimov
eedb42bbf8 Sync branch 'modules-caching' with 'actions/setup-go/main' 2022-04-26 12:22:35 +02:00
Dmitry Shibanov
56a61c9834
Create ADR for integrating cache functionality to setup-go action (#217) 2022-04-26 11:38:01 +02:00
Ivan Zosimov
5a9c31a7db Fix message source of the output when cache hit occured 2022-04-21 16:20:47 +02:00
Ivan Zosimov
5ee8b21df4 Change definition of the cache input and rewrite README 2022-04-21 15:58:14 +02:00
IvanZosimov
3a3f8d0d3c
Merge pull request #3 from IvanZosimov/compiler-caching
Added caching for compiler's dependencies
2022-04-20 17:53:23 +02:00
Ivan Zosimov
ede5159e42 Fix review points 2022-04-20 17:36:08 +02:00
Vladimir Safonkin
b46db954a1
Merge pull request #222 from vsafonkin/v-vsafonkin/add-readme-note
Add note about golang building process
2022-04-20 18:09:14 +03:00
Ivan Zosimov
832658fa34 Fixed text of the error 2022-04-20 17:07:52 +02:00
Ivan Zosimov
9bc7dce839 Fix typo 2022-04-20 16:54:50 +02:00
Ivan Zosimov
8c8442b8f8 Change behavior of the exception throwing 2022-04-20 16:43:06 +02:00
Vladimir Safonkin
3332358454 Add note about go building 2022-04-20 16:11:14 +02:00
Vladimir Safonkin
46eabca1ab
Merge pull request #221 from vsafonkin/v-vsafonkin/fix-gopath-condition
Fix condition for GOPATH output
2022-04-19 09:58:46 +03:00
Ivan Zosimov
c64d0e04b0 Adjust unit-tests for supporting new feature 2022-04-18 18:50:24 +02:00
Ivan Zosimov
661954d154 Add caching of the compiler's temporary files 2022-04-18 17:57:33 +02:00
IvanZosimov
07948221be
Rename CONDUCT.md and change email inside (#218) 2022-04-18 10:45:36 +02:00
Vladimir Safonkin
ad70bef2ef Fix condition for old go versions 2022-04-17 17:36:51 +02:00
IvanZosimov
c8ed3f974d
Merge pull request #1 from dmitry-shibanov/v-dmshib/modules-caching
regenerate dependencies
2022-04-12 19:25:03 +02:00
Dmitry Shibanov
e7d12af31e regenerate package-lock.json 2022-04-11 18:32:34 +02:00
Dmitry Shibanov
666e762399 Merge branch 'modules-caching' into v-dmshib/modules-caching 2022-04-11 18:09:48 +02:00
Ivan Zosimov
3b613b0b82 Change actions/cache dependency to version 2.0.2 2022-04-11 18:06:03 +02:00
Nick
4a4352b330
Add 'go-version' Output (#85)
* Add go-version to action outputs

This provides the semver version of Go that has been installed. This is useful
if only a major or minor version has been provided as the input go-version
value.

* Convert version extraction to a function

Simplify how the version is extracted and add a simple test at the same
time.

Co-authored-by: Peter Mescalchin <peter@magnetikonline.com>
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>

Co-authored-by: Peter Mescalchin <peter@magnetikonline.com>
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
2022-04-08 12:23:10 -04:00
Vladimir Safonkin
115d6e6004
Set LF for all files (#214)
* Set LF for all files

* Set gitattr text=auto
2022-04-07 11:31:36 -04:00
Ivan Zosimov
d8930c523d Add unit tests to the new feature 2022-04-07 13:13:11 +02:00
Ivan Zosimov
1466d1b901 Add functionality for caching with GHES 2022-04-07 11:44:23 +02:00
Ivan Zosimov
e72fc4648f Fix cache-save.ts file 2022-04-04 19:50:32 +02:00
Ivan Zosimov
c733861b29 Fix review points 2022-04-04 19:29:29 +02:00
Peter Mescalchin
bf7ccf173e
Correct some small README.md formatting typos (#213) 2022-04-01 09:27:16 -04:00
Dmitry Shibanov
fce3a09c89 Merge branch 'modules-caching' into v-dmshib/modules-caching 2022-04-01 14:34:20 +02:00
Ivan Zosimov
c1691a39b4 Change text message in unit-test related to cache-restore file 2022-04-01 12:26:59 +02:00
Ivan Zosimov
b427445125 Change documentation according to changes brought by feature 2022-04-01 12:23:22 +02:00
Ivan Zosimov
2968ddac8d Format text of messages in the unit-tests 2022-04-01 11:51:57 +02:00
Peter Mescalchin
dcb4ec94ce
Bump GitHub actions, README.md cleanups (#202)
* Bump `actions/checkout@v3`

* Bump `actions/setup-node@v3`

* Bump `actions/upload-artifact@v3`

* Bump `actions/setup-go@v3` in `README.md` examples

* Removed mention of `stable` action argument from `README.md`

* Add "new style" workflow build buttons to `README.md`
2022-03-31 15:29:52 -04:00
Ivan Zosimov
104f9bb034 Add unit-tests for cache-restore file 2022-03-31 21:19:33 +02:00
Ivan Zosimov
0d5a33faa6 Merge branch 'modules-caching' into modules-caching-tests 2022-03-30 11:46:29 +02:00
Ivan Zosimov
3f2174ee39 Fix actions/cache module version and add tsc command to build command 2022-03-30 11:32:18 +02:00
Ivan Zosimov
ccf8d261da Fix review points and rebuild solution 2022-03-30 11:03:10 +02:00
Ivan Zosimov
1a1c412f7e Merge branch 'modules-caching' into modules-caching-tests 2022-03-30 11:00:12 +02:00
Ivan Zosimov
ed123a232f Merge branch 'main' into modules-caching 2022-03-30 10:18:08 +03:00
Vladimir Safonkin
341b20ac36
Update usage examples on readme (#212)
* Fix action usage examples on readme

* Revert changes on package-lock

* Fix some checkout action version
2022-03-29 15:16:03 -04:00
Brian Cristante
a5865a93f2
Merge pull request #211 from Frassle/awaitmkdirp
await io.mkdirP
2022-03-28 09:47:39 -04:00
Fraser Waters
13df686579 Update dist 2022-03-28 14:23:54 +01:00
Brian Cristante
8e9a229830
Merge pull request #210 from vsafonkin/v-vsafonkin/update-readme-v3
Update README to v3
2022-03-28 09:19:11 -04:00
Fraser Waters
0b4fbc55f6 await io.mkdirP 2022-03-28 10:54:44 +01:00
Vladimir Safonkin
acdbc5377c Remove stable input description from README 2022-03-28 10:24:34 +02:00
Vladimir Safonkin
3e6475c089 Update README to v3 2022-03-25 09:53:28 +01:00
Brian Cristante
65771601ff
Merge pull request #208 from actions/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-03-24 09:32:50 -04:00