Skip to content

Commit 4d2bf21

Browse files
authored
Merge pull request #50 from galexrt/renovate/go-1.x
2 parents cc7b6a0 + dcbe2be commit 4d2bf21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-go@v6
1717
with:
18-
go-version: '1.24.5'
18+
go-version: '1.25.6'
1919

2020
- name: Run tests
2121
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@v6
2020
with:
21-
go-version: '1.24.5'
21+
go-version: '1.25.6'
2222

2323
- name: Run tests
2424
run: |

0 commit comments

Comments
 (0)