Skip to content

cisagov/setup-go-package

Repository files navigation

setup-go-package

GitHub Build Status

A GitHub composite action to install a given Go package with the specified version/tag.

Inputs

Name Description
source The source for the Go package to install.
version The version or tag to use for the Go package.

Outputs

None

Usage

---
name: CI
on:
  - push
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: cisagov/[email protected]
        with:
          source: github.com/terraform-docs/terraform-docs
          version: "1.2.3"

Contributing

We welcome contributions! Please see CONTRIBUTING.md for details.

License

This project is in the worldwide public domain.

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.