Commit Graph

85 Commits (7e3178723ab9e083a52632761f742acdcd249e8b)

Author SHA1 Message Date
Dmitry Shibanov 7e3178723a polish code 2 years ago
Dmitry Shibanov 5a5cdc8151 minor fix 2 years ago
Dmitry Shibanov 11e0301e1d fix error with toolcache 2 years ago
panticmilos 9f0eac3260 Add filter for prerelease versions 2 years ago
panticmilos 97458b29d7 Remove unnecessary default value for arch argument 2 years ago
panticmilos 3eeab9dd6d Include platform filter for aliases 2 years ago
panticmilos 2a148a10b5 Remove unnecessary fetching of manifest 2 years ago
panticmilos 6df87edb46 Cover edge cases when version doesnt exist 2 years ago
Dmitry Shibanov 487336cf4a remove logs and rebuild 2 years ago
Dmitry Shibanov a965b3d479 minor fix 2 years ago
Dmitry Shibanov f62329616a minor changes 2 years ago
Dmitry Shibanov eb4d2dd387 possible fix 2 years ago
Dmitry Shibanov b7bdf8dcd0 add type conversion 2 years ago
panticmilos ece959cf2b Rebuild dist 2 years ago
panticmilos 17fabf6bf1 Move condition to the installer 2 years ago
panticmilos 18c62c8dd3 Return alias condition to main 2 years ago
panticmilos a29996aa9d Apply PR suggestions 2 years ago
panticmilos 9b762a9fb1 Add check latest check 2 years ago
panticmilos 84f83e7f2d Add check latest check 2 years ago
panticmilos ee153a708d Add check latest check 2 years ago
panticmilos 46c78a9b17 Apply PR suggestions 2 years ago
panticmilos 317adaa2cb Apply PR suggestions 2 years ago
panticmilos d33323e2b9 Remove unnecessary variables 2 years ago
panticmilos e0cb28be4c Update package lock json 2 years ago
panticmilos 546aac70e3 Add stable and oldstable aliases 2 years ago
Marko Zivic e983b65a44
Merge pull request #283 from koba1t/add_support_gowork_for_go-version-file
add support go.work file for go-version-file
2 years ago
Dmitry Shibanov 27b43e1b0d
Pass the token input through on GHES (#277) 3 years ago
koba1t 7678c83214
add support gowork for go-version-file 3 years ago
n33pm c4a742cab1
fix(): cache resolve version input (#267) 3 years ago
Francesco Renzi 514ae57904 Update @actions/core to 1.10.0 3 years ago
Evgenii Korolevskii c4e169859f prettier format 3 years ago
Evgenii Korolevskii db58e98a43 format 3 years ago
Evgenii Korolevskii 2905db4069 update build 3 years ago
Evgenii Korolevskii be45b2722d build 3 years ago
Milos Pantic 268d8c0ca0
Add support for arm32 go arch (#253) 3 years ago
Javier Romero e0dce94eb0 Use explicit filename when downloading Windows go package
Using the explicit filename for Windows is necessary to
satisfy `Expand-Archive`'s requirement on '.zip' extension.

Signed-off-by: Javier Romero <root@jromero.codes>
3 years ago
Vladimir Safonkin dd64cc9b01 Build dist 3 years ago
Vladimir Safonkin ed8da5df39 Build js 3 years ago
Vladimir Safonkin 6036aa2424 Add cache error handling 3 years ago
IvanZosimov b22fbbc292
Implementation of caching functionality for setup-go action (#228) 3 years ago
Dmitry Shibanov fcdc43634a
Update @zeit/ncc to @vercel/ncc (#229) 3 years ago
So Jomura 265edc1beb
Add go-version-file option (#62) 3 years ago
Brian Cristante 193b404f8a
Successfully set up (#231) 3 years ago
Vladimir Safonkin ad70bef2ef Fix condition for old go versions 3 years ago
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>
3 years ago
Fraser Waters 13df686579 Update dist 3 years ago
Josh Gross 229eefa42b
Update `dist` 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
Dmitry Shibanov f6164bd8c8
Remove stable input and fix SemVer notation (#195) 3 years ago