Skip to content

Commit

Permalink
Merge pull request #22 from oviceinc/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
h3poteto authored Jul 1, 2024
2 parents fd702da + dfc99d0 commit 79d974f
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 @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Testing
Expand Down

0 comments on commit 79d974f

Please sign in to comment.