Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.0.0...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 Nov 15, 2024
1 parent 024820c commit 3bc4b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Go
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v5.1.0
with:
go-version-file: ./go.mod
cache-dependency-path: ./go.sum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v5.1.0
with:
go-version-file: ./go.mod
cache-dependency-path: ./go.sum
Expand Down

0 comments on commit 3bc4b3f

Please sign in to comment.