mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
build(deps): bump hashicorp/actions-go-build from 0.1.7 to 0.1.9
Bumps [hashicorp/actions-go-build](https://github.com/hashicorp/actions-go-build) from 0.1.7 to 0.1.9. - [Release notes](https://github.com/hashicorp/actions-go-build/releases) - [Changelog](https://github.com/hashicorp/actions-go-build/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/actions-go-build/compare/v0.1.7...v0.1.9) --- updated-dependencies: - dependency-name: hashicorp/actions-go-build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
committed by
Wilken Rivera
parent
40557017e0
commit
8a3caa1599
@@ -112,7 +112,7 @@ jobs:
|
||||
PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.product-prerelease-version }}
|
||||
LD_FLAGS: "${{ needs.set-product-version.outputs.set-ld-flags}}"
|
||||
CGO_ENABLED: "0"
|
||||
uses: hashicorp/[email protected].7
|
||||
uses: hashicorp/[email protected].9
|
||||
with:
|
||||
product_name: ${{ env.REPO_NAME }}
|
||||
product_version: ${{ needs.set-product-version.outputs.product-version }}
|
||||
@@ -149,7 +149,7 @@ jobs:
|
||||
PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.product-prerelease-version }}
|
||||
LD_FLAGS: "${{ needs.set-product-version.outputs.set-ld-flags}}"
|
||||
CGO_ENABLED: "0"
|
||||
uses: hashicorp/[email protected].7
|
||||
uses: hashicorp/[email protected].9
|
||||
with:
|
||||
product_name: ${{ env.REPO_NAME }}
|
||||
product_version: ${{ needs.set-product-version.outputs.product-version }}
|
||||
@@ -211,7 +211,7 @@ jobs:
|
||||
PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.product-prerelease-version }}
|
||||
LD_FLAGS: "${{ needs.set-product-version.outputs.set-ld-flags}}"
|
||||
CGO_ENABLED: "0"
|
||||
uses: hashicorp/[email protected].7
|
||||
uses: hashicorp/[email protected].9
|
||||
with:
|
||||
product_name: ${{ env.REPO_NAME }}
|
||||
product_version: ${{ needs.set-product-version.outputs.product-version }}
|
||||
|
||||
Reference in New Issue
Block a user