Skip to content
play

GitHub Action

setup-goplus

v1 Latest version

setup-goplus

play

setup-goplus

Setup a Go+ environment and add it to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: setup-goplus

uses: goplus/setup-goplus@v1

Learn more about this action in goplus/setup-goplus

Choose a version

setup-goplus

This action sets up a Go+ environment for use in actions by:

  • Optionally downloading and caching a version of Go+ by version and adding to PATH.
  • Registering problem matchers for error output.

V1

  • Supports gop-version and go-version
  • Supports SemVer.

Ths action installs Go, and then installs Go+ using git.

Usage

Version matching by SemVer spec:

steps:
  - uses: actions/checkout@v4
  - uses: goplus/setup-goplus@v1
    with:
      go-version: '1.21.0'
      gop-version: '1.1.8' # The Go+ version to download (if necessary) and use.
  - run: gop version