Skip to content

v1.1.2

Latest

Choose a tag to compare

@rajeshsc1 rajeshsc1 released this 06 May 08:12
· 1 commit to main since this release
dd7ca5a

Changes in v1.1.2

  • Updated to Node.js 24 to address GitHub deprecation warnings
  • Improved compatibility with latest GitHub Actions runner environment
  • No breaking changes for consumers

Migration

No action required. Consumers using @v1 or @v1.1 will automatically receive this update.

Installation

- uses: hashicorp/actions-go-build@v1.1.2
  with:
    product_name: my-product
    go_version: 1.24
    os: linux
    arch: amd64
    instructions: |
      go build -o "$BIN_PATH" -trimpath -buildvcs=false