Skip to content

Commit

Permalink
Merge pull request #13 from natrontech/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-5

🌱 bump actions/setup-go from 4 to 5
  • Loading branch information
janfuhrer authored Apr 11, 2024
2 parents c2fe317 + 14187e8 commit 00ab739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Set up Go ${{ matrix.goVer }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.goVer }}
id: go
Expand Down

0 comments on commit 00ab739

Please sign in to comment.