Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 in the gha gro…
Browse files Browse the repository at this point in the history
…up (#40)

Bumps the gha group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/setup-go` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.1.0...v5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2024
1 parent d0dfb24 commit 3a70a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4.2.2

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 3a70a97

Please sign in to comment.