Skip to content

Commit

Permalink
⬆️ Bump actions/setup-go from 5.1.0 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 7bcbe62 commit fcf76c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
go.sum
- name: Setup Go environment
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
if: steps.changed-go-files.outputs.any_changed == 'true'
with:
go-version: "1.21"
Expand Down

0 comments on commit fcf76c0

Please sign in to comment.