Skip to content

Commit

Permalink
Chore: update actions/setup-go action to v5 (#864)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christian Emmer <10749361+emmercm@users.noreply.github.com>
  • Loading branch information
renovate[bot] and emmercm committed Dec 27, 2023
1 parent 6c3f16e commit 27baed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
- run: go install github.com/rhysd/actionlint/cmd/actionlint@latest
- run: actionlint

Expand Down

0 comments on commit 27baed4

Please sign in to comment.