Skip to content
steve nagle edited this page Jun 9, 2021 · 1 revision

Welcome to the studious-chainsaw wiki!

  • name: Setup Go environment uses: actions/setup-go@v2.1.3 with:

    The Go version to download (if necessary) and use. Supports semver spec and ranges.

    go-version: # optional

    Whether to download only stable versions

    stable: # optional, default is true

    Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user.

    token: # optional, default is ${{ github.token }}