Setup Go Actions
ActionsSetup a Go Actions environment and add it to the PATH, additionally providing proxy support
v1
LatestBy variantdev
This action sets up a go-actions
environment for use in GitHub Actions by:
- optionally downloading and caching a version of
go-actions
by version and adding to PATH - registering problem matchers for error output
See action.yml
Basic:
steps:
- uses: actions/checkout@master
- uses: variantdev/setup-go-actions@v1
with:
go-actions-version: '0.5.0' # The actions version to download (if necessary) and use.
- run: actions -help
The scripts and documentation in this project are released under the MIT License
Contributions are welcome! See Contributor's Guide
Setup Go Actions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.