-
Notifications
You must be signed in to change notification settings - Fork 561
Comparing changes
Open a pull request
base repository: actions/setup-go
base: v2
head repository: actions/setup-go
compare: v3.3.1
Commits on Feb 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5b0ae0e - Browse repository at this point
Copy the full SHA 5b0ae0eView commit details
Commits on Feb 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fb9a043 - Browse repository at this point
Copy the full SHA fb9a043View commit details
Commits on Feb 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for edcbc0c - Browse repository at this point
Copy the full SHA edcbc0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb2aab - Browse repository at this point
Copy the full SHA 2bb2aabView commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f6164bd - Browse repository at this point
Copy the full SHA f6164bdView commit details
Commits on Mar 9, 2022
-
Add test for export of GOROOT to env var
Signed-off-by: Manuel Mendez <mmendez534@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ec07be5 - Browse repository at this point
Copy the full SHA ec07be5View commit details
Commits on Mar 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 24c791c - Browse repository at this point
Copy the full SHA 24c791cView commit details -
Merge pull request #204 from actions/joshmgross/service-codeowners
Update CODEOWNERS to actions-service
Configuration menu - View commit details
-
Copy full SHA for 9a16260 - Browse repository at this point
Copy the full SHA 9a16260View commit details
Commits on Mar 11, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 83124a1 - Browse repository at this point
Copy the full SHA 83124a1View commit details
Commits on Mar 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2a34c33 - Browse repository at this point
Copy the full SHA 2a34c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 802876f - Browse repository at this point
Copy the full SHA 802876fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 229eefa - Browse repository at this point
Copy the full SHA 229eefaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c03929 - Browse repository at this point
Copy the full SHA 0c03929View commit details
Commits on Mar 17, 2022
-
Merge pull request #175 from mmlb/do-not-export-GOROOT
Do not export GOROOT for Go versions >= 1.9
Configuration menu - View commit details
-
Copy full SHA for 7572680 - Browse repository at this point
Copy the full SHA 7572680View commit details
Commits on Mar 24, 2022
-
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for fcc0174 - Browse repository at this point
Copy the full SHA fcc0174View commit details -
Merge pull request #208 from actions/dependabot/npm_and_yarn/minimist…
…-1.2.6 Bump minimist from 1.2.5 to 1.2.6
Configuration menu - View commit details
-
Copy full SHA for 6577160 - Browse repository at this point
Copy the full SHA 6577160View commit details
Commits on Mar 25, 2022
-
Vladimir Safonkin committed
Mar 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 3e6475c - Browse repository at this point
Copy the full SHA 3e6475cView commit details
Commits on Mar 28, 2022
-
Remove stable input description from README
Vladimir Safonkin committedMar 28, 2022 Configuration menu - View commit details
-
Copy full SHA for acdbc53 - Browse repository at this point
Copy the full SHA acdbc53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b4fbc5 - Browse repository at this point
Copy the full SHA 0b4fbc5View commit details -
Merge pull request #210 from vsafonkin/v-vsafonkin/update-readme-v3
Update README to v3
Configuration menu - View commit details
-
Copy full SHA for 8e9a229 - Browse repository at this point
Copy the full SHA 8e9a229View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13df686 - Browse repository at this point
Copy the full SHA 13df686View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5865a9 - Browse repository at this point
Copy the full SHA a5865a9View commit details
Commits on Mar 29, 2022
-
Update usage examples on readme (#212)
* Fix action usage examples on readme * Revert changes on package-lock * Fix some checkout action version
Vladimir Safonkin authoredMar 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 341b20a - Browse repository at this point
Copy the full SHA 341b20aView commit details
Commits on Mar 31, 2022
-
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`
Configuration menu - View commit details
-
Copy full SHA for dcb4ec9 - Browse repository at this point
Copy the full SHA dcb4ec9View commit details
Commits on Apr 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bf7ccf1 - Browse repository at this point
Copy the full SHA bf7ccf1View commit details
Commits on Apr 7, 2022
-
* Set LF for all files * Set gitattr text=auto
Vladimir Safonkin authoredApr 7, 2022 1Configuration menu - View commit details
-
Copy full SHA for 115d6e6 - Browse repository at this point
Copy the full SHA 115d6e6View commit details
Commits on Apr 8, 2022
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for 4a4352b - Browse repository at this point
Copy the full SHA 4a4352bView commit details
Commits on Apr 17, 2022
-
Fix condition for old go versions
Vladimir Safonkin committedApr 17, 2022 Configuration menu - View commit details
-
Copy full SHA for ad70bef - Browse repository at this point
Copy the full SHA ad70befView commit details
Commits on Apr 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0794822 - Browse repository at this point
Copy the full SHA 0794822View commit details
Commits on Apr 19, 2022
-
Merge pull request #221 from vsafonkin/v-vsafonkin/fix-gopath-condition
Fix condition for GOPATH output
Vladimir Safonkin authoredApr 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 46eabca - Browse repository at this point
Copy the full SHA 46eabcaView commit details
Commits on Apr 20, 2022
-
Vladimir Safonkin committed
Apr 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 3332358 - Browse repository at this point
Copy the full SHA 3332358View commit details -
Merge pull request #222 from vsafonkin/v-vsafonkin/add-readme-note
Add note about golang building process
Vladimir Safonkin authoredApr 20, 2022 Configuration menu - View commit details
-
Copy full SHA for b46db95 - Browse repository at this point
Copy the full SHA b46db95View commit details
Commits on Apr 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 56a61c9 - Browse repository at this point
Copy the full SHA 56a61c9View commit details
Commits on May 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 193b404 - Browse repository at this point
Copy the full SHA 193b404View commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 265edc1 - Browse repository at this point
Copy the full SHA 265edc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcdc436 - Browse repository at this point
Copy the full SHA fcdc436View commit details
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b22fbbc - Browse repository at this point
Copy the full SHA b22fbbcView commit details
Commits on Jun 14, 2022
-
Vladimir Safonkin committed
Jun 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 6036aa2 - Browse repository at this point
Copy the full SHA 6036aa2View commit details
Commits on Jun 28, 2022
-
Vladimir Safonkin committed
Jun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 0fd9200 - Browse repository at this point
Copy the full SHA 0fd9200View commit details -
Vladimir Safonkin committed
Jun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for ed8da5d - Browse repository at this point
Copy the full SHA ed8da5dView commit details -
Vladimir Safonkin committed
Jun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for e52a7c5 - Browse repository at this point
Copy the full SHA e52a7c5View commit details -
Vladimir Safonkin committed
Jun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 5ea2b37 - Browse repository at this point
Copy the full SHA 5ea2b37View commit details -
Vladimir Safonkin committed
Jun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for df0583a - Browse repository at this point
Copy the full SHA df0583aView commit details -
Vladimir Safonkin committed
Jun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 97919d3 - Browse repository at this point
Copy the full SHA 97919d3View commit details -
Vladimir Safonkin committed
Jun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for bb9cf42 - Browse repository at this point
Copy the full SHA bb9cf42View commit details -
Vladimir Safonkin committed
Jun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 75be648 - Browse repository at this point
Copy the full SHA 75be648View commit details
Commits on Jul 1, 2022
-
Vladimir Safonkin committed
Jul 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 9eecd2d - Browse repository at this point
Copy the full SHA 9eecd2dView commit details -
Vladimir Safonkin committed
Jul 1, 2022 Configuration menu - View commit details
-
Copy full SHA for dd64cc9 - Browse repository at this point
Copy the full SHA dd64cc9View commit details -
Merge pull request #238 from vsafonkin/v-vsafonkin/cache-error-handling
Error handling for cache
1Configuration menu - View commit details
-
Copy full SHA for 84cbf80 - Browse repository at this point
Copy the full SHA 84cbf80View commit details
Commits on Jul 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 049de84 - Browse repository at this point
Copy the full SHA 049de84View commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.