Skip to content

setup-xgo

Actions
Setup XGo environment and add it to the PATH
v1.0.0
Latest
Star (1)

setup-xgo

This action sets up an XGo environment for use in actions by:

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

V1

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

This action installs Go, and then installs XGo using git.

Usage

Version matching by SemVer spec:

steps:
  - uses: actions/checkout@v4
  - uses: goplus/setup-xgo@v1
    with:
      go-version: '1.24.0'
      xgo-version: '1.5.0' # The XGo version to download (if necessary) and use.
  - run: xgo version

setup-xgo 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 XGo environment and add it to the PATH
v1.0.0
Latest

setup-xgo 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.