Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go action from v4 to 5
Browse files Browse the repository at this point in the history
| datasource  | package          | from | to |
| ----------- | ---------------- | ---- | -- |
| github-tags | actions/setup-go | v4   | v5 |
  • Loading branch information
renovate[bot] authored Feb 11, 2024
1 parent d4710ee commit b8ad88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Checkout
Expand Down

0 comments on commit b8ad88e

Please sign in to comment.