Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump hashicorp/actions-go-build from 0.1.9 to 1 #1705

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps hashicorp/actions-go-build from 0.1.9 to 1.

Release notes

Sourced from hashicorp/actions-go-build's releases.

v1

Update all actions to node20.

Changelog

Sourced from hashicorp/actions-go-build's changelog.

Unreleased Changes (targeting v0.1.9)

v0.1.8 - January 13, 2023

Changed:

  • Dirty builds now fail early when running the action. In CI, there's no good use-case for dirty builds, however dirty builds still work locally when running the CLI directly.
  • You can now set TARGET_DIR when running the build subcommand of the CLI. This dictates the the output directory for the binary, as well as where to place other filed that need to be included in the release zip.
  • The -clean flag now produces a more useful error message when the worktree is dirty. It lists the paths which are flagged as dirty, to make it much easier to debug.

Added:

  • New inspect flag: -worktree which reports on the dirty/clean status of the worktree.
  • Development documentation docs/development.md
  • Build system:
    • make build - build dev (maybe dirty) CLI binaries & zips for all supported platforms.
    • make release - build release (clean) CLI binaries & zipe for all supported platforms.

Fixed:

  • No longer using the deprecated ::set-output syntax in the action YAML.

v0.1.7 - November 01, 2022

Fixed:

  • Darwin arm64 builds now succeed (#20)

v0.1.6 - October 19, 2022

Changed:

  • Windows executables automatically have a .exe extension.
  • Default verification result filenames now end with .verificationresult.json

v0.1.5 - October 12, 2022

  • Fix detection of Go version. Don't assume it's the same as the version that built actions-go-build itself.

v0.1.4 - September 29, 2022

Fixed

... (truncated)

Commits
  • 37358f6 Merge pull request #53 from hashicorp/smre-177-node20-update
  • 9209078 Bshore/smre 177 node20 update (#54)
  • 6026ec1 set cache:false for setup-go
  • a134e5e use correct arch in example workflow
  • 0dfe339 tsccr-helper gha update -latest .
  • 0da08f8 Update CODEOWNERS for SMRE (#51)
  • e02df72 Bump github.com/cloudflare/circl from 1.3.0 to 1.3.7 (#50)
  • 80a0453 Update heimdall metadata (#45)
  • 90ea6bd Merge pull request #44 from hashicorp/releng-294-address-deprecations
  • 482abba Fix GHA deprecations
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/actions-go-build](https://github.com/hashicorp/actions-go-build) from 0.1.9 to 1.
- [Release notes](https://github.com/hashicorp/actions-go-build/releases)
- [Changelog](https://github.com/hashicorp/actions-go-build/blob/main/CHANGELOG.md)
- [Commits](hashicorp/actions-go-build@v0.1.9...v1)

---
updated-dependencies:
- dependency-name: hashicorp/actions-go-build
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team May 13, 2024 15:18
@dependabot dependabot bot requested a review from a team as a code owner May 13, 2024 15:18
@dependabot dependabot bot added dependencies Auto-pinning github_actions Pull requests that update GitHub Actions code labels May 13, 2024
@dependabot dependabot bot requested review from dekimsey and modrake and removed request for a team May 13, 2024 15:18
@jpogran jpogran merged commit add3d2c into main May 13, 2024
21 checks passed
@jpogran jpogran deleted the dependabot/github_actions/hashicorp/actions-go-build-1 branch May 13, 2024 16:22
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Auto-pinning github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant