Skip to content

goplus/setup-xgo

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

About

Set up your GitHub Actions workflow with a specific version of XGo

Resources

License

Stars

Watchers

Forks

Packages

No packages published