0
1
Fork 0
Set up your GitHub Actions workflow with a specific version of Go
Go to file
Danny McCormick cd176c696b Add setup-go 2019-06-19 09:44:17 -04:00
.github Add setup-go 2019-06-19 09:44:17 -04:00
__tests__ Add setup-go 2019-06-19 09:44:17 -04:00
docs Add setup-go 2019-06-19 09:44:17 -04:00
lib Add setup-go 2019-06-19 09:44:17 -04:00
node_modules Add setup-go 2019-06-19 09:44:17 -04:00
src Add setup-go 2019-06-19 09:44:17 -04:00
toolkit Add setup-go 2019-06-19 09:44:17 -04:00
.gitignore Add setup-go 2019-06-19 09:44:17 -04:00
.prettierrc.json Add setup-go 2019-06-19 09:44:17 -04:00
LICENSE Add setup-go 2019-06-19 09:44:17 -04:00
README.md Add setup-go 2019-06-19 09:44:17 -04:00
action.yml Add setup-go 2019-06-19 09:44:17 -04:00
jest.config.js Add setup-go 2019-06-19 09:44:17 -04:00
package-lock.json Add setup-go 2019-06-19 09:44:17 -04:00
package.json Add setup-go 2019-06-19 09:44:17 -04:00
tsconfig.json Add setup-go 2019-06-19 09:44:17 -04:00

README.md

@actions/setup-go

This action sets by Go environment for use in actions by:

  • optionally downloading and caching a version of Go
  • TODO: registering problem matchers for error output
  • TODO: configuring proxy if the runner is configured to use a proxy (coming with private runners)

License

The scripts and documentation in this project are released under the MIT License

Contributions

Contributions are welcome! See Contributor's Guide