Commit Graph

  • 8c779dd49b
    Use gitea.com domain main v3.3.0 Lunny Xiao 2022-06-05 20:12:30 +0800
  • b22fbbc292
    Implementation of caching functionality for setup-go action (#228) v3.2.0 v3 IvanZosimov 2022-05-25 12:07:29 +0200
  • fcdc43634a
    Update @zeit/ncc to @vercel/ncc (#229) v3.1.0 Dmitry Shibanov 2022-05-12 12:04:41 +0200
  • 265edc1beb
    Add go-version-file option (#62) So Jomura 2022-05-12 17:04:39 +0900
  • 193b404f8a
    Successfully set up (#231) Brian Cristante 2022-05-03 08:43:40 -0400
  • 56a61c9834
    Create ADR for integrating cache functionality to setup-go action (#217) Dmitry Shibanov 2022-04-26 11:38:01 +0200
  • b46db954a1
    Merge pull request #222 from vsafonkin/v-vsafonkin/add-readme-note Vladimir Safonkin 2022-04-20 18:09:14 +0300
  • 3332358454 Add note about go building Vladimir Safonkin 2022-04-20 16:11:14 +0200
  • 46eabca1ab
    Merge pull request #221 from vsafonkin/v-vsafonkin/fix-gopath-condition Vladimir Safonkin 2022-04-19 09:58:46 +0300
  • 07948221be
    Rename CONDUCT.md and change email inside (#218) IvanZosimov 2022-04-18 10:45:36 +0200
  • ad70bef2ef Fix condition for old go versions Vladimir Safonkin 2022-04-17 17:36:51 +0200
  • 4a4352b330
    Add 'go-version' Output (#85) Nick 2022-04-08 12:23:10 -0400
  • 115d6e6004
    Set LF for all files (#214) Vladimir Safonkin 2022-04-07 18:31:36 +0300
  • bf7ccf173e
    Correct some small `README.md` formatting typos (#213) Peter Mescalchin 2022-04-02 00:27:16 +1100
  • dcb4ec94ce
    Bump GitHub actions, `README.md` cleanups (#202) Peter Mescalchin 2022-04-01 06:29:52 +1100
  • 341b20ac36
    Update usage examples on readme (#212) Vladimir Safonkin 2022-03-29 22:16:03 +0300
  • a5865a93f2
    Merge pull request #211 from Frassle/awaitmkdirp Brian Cristante 2022-03-28 09:47:39 -0400
  • 13df686579 Update dist Fraser Waters 2022-03-28 14:23:54 +0100
  • 8e9a229830
    Merge pull request #210 from vsafonkin/v-vsafonkin/update-readme-v3 Brian Cristante 2022-03-28 09:19:11 -0400
  • 0b4fbc55f6 await io.mkdirP Fraser Waters 2022-03-28 10:54:44 +0100
  • acdbc5377c Remove stable input description from README Vladimir Safonkin 2022-03-28 10:24:34 +0200
  • 3e6475c089 Update README to v3 Vladimir Safonkin 2022-03-25 09:53:28 +0100
  • 65771601ff
    Merge pull request #208 from actions/dependabot/npm_and_yarn/minimist-1.2.6 Brian Cristante 2022-03-24 09:32:50 -0400
  • fcc0174ef2
    Bump minimist from 1.2.5 to 1.2.6 dependabot[bot] 2022-03-24 11:54:47 +0000
  • 75726802f3
    Merge pull request #175 from mmlb/do-not-export-GOROOT Brian Cristante 2022-03-17 16:02:21 -0400
  • 0c03929337
    Remove duplicated `spyOn` Josh Gross 2022-03-14 12:32:36 -0400
  • 229eefa42b
    Update `dist` Josh Gross 2022-03-14 12:24:32 -0400
  • 802876f7c7
    Fix formatting Josh Gross 2022-03-14 12:23:03 -0400
  • 2a34c33bd7
    Export `GOROOT` for versions < 1.9 Josh Gross 2022-03-14 12:21:30 -0400
  • 83124a14b6 Do not export GOROOT Manuel Mendez 2021-12-14 13:24:18 -0500
  • 9a1626044c
    Merge pull request #204 from actions/joshmgross/service-codeowners Brian Cristante 2022-03-10 13:33:03 -0500
  • 24c791c06c
    Update CODEOWNERS to actions-service Josh Gross 2022-03-10 13:29:40 -0500
  • ec07be593a Add test for export of GOROOT to env var Manuel Mendez 2021-12-14 13:12:54 -0500
  • f6164bd8c8
    Remove stable input and fix SemVer notation (#195) v3.0.0 Dmitry Shibanov 2022-02-28 10:16:32 +0300
  • 2bb2aab2fd
    update types node (#194) Dmitry Shibanov 2022-02-24 15:07:22 +0300
  • edcbc0c2cd
    update lockfileVersion (#193) Dmitry Shibanov 2022-02-24 14:47:08 +0300
  • fb9a043dd8
    Update default runtime to node16 (#192) Dmitry Shibanov 2022-02-22 18:25:23 +0300
  • 5b0ae0e97d
    Bump pathval from 1.1.0 to 1.1.1 (#188) dependabot[bot] 2022-02-16 16:47:18 +0300
  • bfdd3570ce
    Implement "check-latest" flag to check if pre-cached version is latest one (#186) v2.2.0 v2 Dmitry Shibanov 2022-02-09 14:59:04 +0300
  • 44e221478f
    Replace 'ubuntu-16.04' -> 'ubuntu-latest' (#180) Sergey Gaynetdinov 2022-01-12 11:40:09 +0500
  • 424fc82d43
    Merge pull request #179 from oscard0m/add-cache-to-node-workflows v2.1.5 Brian Cristante 2021-12-20 15:07:26 -0500
  • 82388ea9d4 ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows Oscar Dominguez 2021-12-20 17:24:01 +0100
  • fdeec47002
    Don't require relative paths to start with ./ or ../ (#98) Dominik Honnef 2021-12-17 16:47:05 +0100
  • 3e9d5483e6
    Add semver note to documentation (#164) Sergey-Murtazin 2021-12-01 14:10:32 +0300
  • 02f7ea9f09
    Fix yaml indent (#59) Masahiro Furudate 2021-11-08 19:28:08 +0900
  • 5805cf725b
    Add issue and pull request templates (#163) Sergey-Murtazin 2021-10-20 12:15:51 +0300
  • 35030c1fd2
    Merge pull request #162 from dmitry-shibanov/v-dmshib/update-dependencies MaksimZhukov 2021-10-14 13:06:56 +0300
  • 59d644db2a update dependencies Dmitry Shibanov 2021-10-13 18:48:38 +0300
  • 76929df236
    Merge pull request #147 from brcrista/brcrista/check-dist Josh Gross 2021-08-31 12:05:50 -0400
  • b06835a88c
    Merge pull request #155 from brcrista/brcrista/npm-audit-fix Josh Gross 2021-08-31 12:05:05 -0400
  • b8a24202e2 Update Jest Brian Cristante 2021-08-31 10:44:51 -0400
  • e234d99c78 Run npm audit fix Brian Cristante 2021-08-31 09:35:58 -0400
  • 0ea1f64ec9
    Merge pull request #87 from ineiti/patch-1 Josh Gross 2021-08-30 17:57:13 -0400
  • 331ce1d993
    Merge pull request #141 from paulcacheux/fix-windows-extractor-selection v2.1.4 Josh Gross 2021-08-25 11:43:04 -0400
  • 1087a81afd
    Merge pull request #146 from actions/joshmgross/add-release-workflow Josh Gross 2021-08-25 11:41:46 -0400
  • ecd878f81d
    Add release action version workflow Josh Gross 2021-08-24 16:45:25 -0400
  • eca066937b Fix triggers in licensed.yml Brian Cristante 2021-08-25 11:29:44 -0400
  • e816064dae Add check-dist.yml Brian Cristante 2021-08-25 11:29:44 -0400
  • bba6fe1d58 Fix extractor selection on windows Paul Cacheux 2021-08-19 21:19:21 +0200
  • 3b4dc6cbed
    Merge pull request #90 from actions/joshmgross/add-codeowners Josh Gross 2020-12-09 11:22:47 -0500
  • afe68ffd57
    Add CODEOWNERS Josh Gross 2020-12-07 15:56:41 -0500
  • 6eb700292f
    Reference latest setup-go Linus Gasser 2020-11-27 08:11:50 +0100
  • 0caeaed6fd
    Swap to Environment Files V1 Release (#77) v1.1.3 v1 Thomas Boop 2020-10-01 10:45:33 -0400
  • 37335c7bb2
    Swap to Environment Files (#76) v2.1.3 Thomas Boop 2020-10-01 10:45:00 -0400
  • 7ff6287c80
    Merge pull request #70 from thboop/main Thomas Boop 2020-09-10 09:23:38 -0400
  • 084110f6ed Ignore Generated Files in Git PR's Thomas Boop 2020-08-26 11:22:18 -0400
  • 4047b11da0 Manually review dependencies Thomas Boop 2020-08-11 20:55:26 -0400
  • 23a9878ae4 Add Licensed workflow and configuration files Thomas Boop 2020-08-11 20:55:11 -0400
  • 8a3a76c217
    Merge pull request #69 from actions/thboop/AddThirdPartyLicenses v2.1.2 Thomas Boop 2020-08-11 14:26:32 -0400
  • a01ab08f9a Add Third Party License Information Thomas Boop 2020-08-06 10:58:24 -0400
  • 33cbf07c96 workflow main references Bryan MacFarlane 2020-07-22 08:04:56 -0400
  • 8e98458ff1 updating matrix in readme Bryan MacFarlane 2020-07-22 07:52:29 -0400
  • d0c5defdf3
    Switch manifest installation from "master" to "main" branch (#65) v2.1.1 Maxim Lobanov 2020-07-20 19:50:40 +0300
  • 1616116e1b
    Use GitHub releases to download Go versions. (#58) v2.1.0 Dmitry Shibanov 2020-06-29 18:41:13 +0300
  • 0f551ac199
    Update v2 tags in readme Bryan MacFarlane 2020-04-16 18:52:49 -0400
  • e1c0a1665b
    Update readme with v2 release Bryan MacFarlane 2020-04-16 18:52:17 -0400
  • 78bd24e01a
    Merge pull request #50 from actions/goenv v2.0.3 v2-beta Bryan MacFarlane 2020-04-06 09:29:27 -0400
  • 6613fc89fc go env block Bryan MacFarlane 2020-04-06 08:42:55 -0400
  • 202a594963
    Merge pull request #48 from actions/matcher v2.0.2 Bryan MacFarlane 2020-04-03 11:51:07 -0400
  • 0dbc7e4965 toString Bryan MacFarlane 2020-03-31 10:40:32 -0400
  • 2091469f9f lint Bryan MacFarlane 2020-03-31 10:38:13 -0400
  • f32657ccaf output version of go it resolved to Bryan MacFarlane 2020-03-31 10:37:33 -0400
  • cec6ecefb4 output version of go it resolved to Bryan MacFarlane 2020-03-31 10:32:03 -0400
  • e36ce1d6cf tabs or spaces Bryan MacFarlane 2020-03-30 10:46:01 -0400
  • 89c89c5036 cleaner regex Bryan MacFarlane 2020-03-30 10:39:29 -0400
  • 0a62a734da another test case Bryan MacFarlane 2020-03-30 09:12:21 -0400
  • 5156bc5dd3 lint Bryan MacFarlane 2020-03-27 20:21:13 -0400
  • 7837b03976 more tests Bryan MacFarlane 2020-03-27 20:14:29 -0400
  • 74c8095946 lint Bryan MacFarlane 2020-03-27 19:58:10 -0400
  • 34223181a5 starting Bryan MacFarlane 2020-03-27 19:56:10 -0400
  • 1c06f0e82e couple tests Bryan MacFarlane 2020-03-27 00:55:12 -0400
  • a030287975
    Merge pull request #47 from actions/binpath v2.0.1 Bryan MacFarlane 2020-03-26 14:08:44 -0400
  • 3349559e91 fail on high severity Bryan MacFarlane 2020-03-26 14:00:03 -0400
  • dec4fc5647 update tool-cache version Bryan MacFarlane 2020-03-26 13:52:36 -0400
  • 262468e92f only needed to do once Bryan MacFarlane 2020-03-26 13:46:15 -0400
  • 4e8106ca18 create profiles go dir if go installed but not exists Bryan MacFarlane 2020-03-26 13:00:45 -0400
  • 93ddff5bef lint Bryan MacFarlane 2020-03-26 12:55:08 -0400
  • 3d89e603f2 more debug Bryan MacFarlane 2020-03-26 12:54:21 -0400
  • 1fea44b3f0 create bin if not under go env GOPATH Bryan MacFarlane 2020-03-26 12:40:41 -0400
  • 3e014ec8a4 lint Bryan MacFarlane 2020-03-26 12:23:38 -0400