From 8a3caa1599a4fda3a32052de30944302bc4c918e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 19:02:12 +0000 Subject: [PATCH] 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] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 726327066..9eb20afc6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/actions-go-build@v0.1.7 + uses: hashicorp/actions-go-build@v0.1.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/actions-go-build@v0.1.7 + uses: hashicorp/actions-go-build@v0.1.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/actions-go-build@v0.1.7 + uses: hashicorp/actions-go-build@v0.1.9 with: product_name: ${{ env.REPO_NAME }} product_version: ${{ needs.set-product-version.outputs.product-version }}