Skip to content

Commit bd7ea1c

Browse files
authored
Merge pull request #136 from sleeyax/renovate/actions-setup-go-6.x
2 parents bd3d119 + e9c4e7b commit bd7ea1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

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@v5
16+
uses: actions/setup-go@v6
1717
with:
1818
go-version: '1.25'
1919
- name: Build Go library

0 commit comments

Comments
 (0)