Skip to content

Commit e097b88

Browse files
authored
Merge pull request #16 from octo/renovate/actions-setup-go-5.x
chore(deps): update actions/setup-go action to v5
2 parents fa665c7 + 488ab5c commit e097b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Set up Go
16-
uses: actions/setup-go@v4
16+
uses: actions/setup-go@v5
1717
with:
1818
go-version: '1.24'
1919
- name: Build

0 commit comments

Comments
 (0)