Skip to content

Commit

Permalink
Merge pull request #142 from projectsyn/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v5
  • Loading branch information
simu authored Dec 18, 2024
2 parents 76307a4 + 4d84651 commit 4b3deed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.18.0'
- name: Go generate
Expand Down

0 comments on commit 4b3deed

Please sign in to comment.