Skip to content

Commit

Permalink
build(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 Oct 24, 2024
1 parent ade37f8 commit 1fb8d90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: '1.22'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
go.sum
- name: Setup Go environment
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
if: steps.changed-go-files.outputs.any_changed == 'true'
with:
go-version: "1.22"
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
go.sum
- name: Setup Go environment
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: "1.22"
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: "1.22"

Expand Down

0 comments on commit 1fb8d90

Please sign in to comment.