Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 (#9592)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 26, 2024
1 parent cfb8bcb commit efaf9ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5.0.2
- uses: actions/setup-go@v5.1.0
with:
go-version-file: modules/api/go.mod
check-latest: true
Expand All @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5.0.2
- uses: actions/setup-go@v5.1.0
with:
go-version-file: modules/api/go.mod
check-latest: true
Expand All @@ -99,7 +99,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5.0.2
- uses: actions/setup-go@v5.1.0
with:
go-version-file: modules/api/go.mod
check-latest: true
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5.0.2
- uses: actions/setup-go@v5.1.0
with:
go-version-file: modules/go.work
check-latest: true
Expand All @@ -206,7 +206,7 @@ jobs:
# - uses: helm/kind-action@v1.9.0
# with:
# node_image: kindest/node:v1.30.2
# - uses: actions/setup-go@v5.0.2
# - uses: actions/setup-go@v5.1.0
# with:
# go-version-file: modules/api/go.mod
# check-latest: true
Expand Down

0 comments on commit efaf9ad

Please sign in to comment.