Skip to content

Commit

Permalink
Merge pull request #3 from signavio/renovate/actions-setup-go-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-go action to v4
  • Loading branch information
karlderkaefer committed May 20, 2023
2 parents c5a7a8a + 642ba4f commit b3e2354
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 @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
cache: true
go-version-file: 'go.mod'
Expand Down

0 comments on commit b3e2354

Please sign in to comment.