Skip to content

Commit

Permalink
feat(deps): bump actions/setup-go from 5.0.2 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.0.2...v5.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and stigok committed Oct 29, 2024
1 parent 776b231 commit 4b1c10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
rm -r -- "${GIT_CREDENTIALS_DIR}"
# workaround for https://github.com/hashicorp/terraform/issues/28490
- uses: actions/setup-go@v5.0.2
- uses: actions/setup-go@v5.1.0
with:
go-version: "1.16.15"

Expand Down

0 comments on commit 4b1c10a

Please sign in to comment.