Skip to content

Setup Go Actions

Actions
Setup a Go Actions environment and add it to the PATH, additionally providing proxy support
v1
Latest
Star (0)

setup-go-actions

GitHub Actions status

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

Usage

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

License

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

Contributions

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.

About

Setup a Go Actions environment and add it to the PATH, additionally providing proxy support
v1
Latest

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.