Skip to content

Commit

Permalink
Merge pull request #403 from mergestat/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-go action to v5
  • Loading branch information
patrickdevivo committed Mar 8, 2024
2 parents bcf43d4 + 9de1979 commit 5858dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Set up Go 1.19
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.19.4
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Set up Go 1.19
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.19.4
id: go
Expand Down

0 comments on commit 5858dca

Please sign in to comment.