Skip to content

Commit bd3d119

Browse files
authored
Merge pull request #133 from sleeyax/renovate/go-1.x
2 parents b7f4427 + 87c9f05 commit bd3d119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.24'
18+
go-version: '1.25'
1919
- name: Build Go library
2020
working-directory: ./src-go/server
2121
run: |

src-go/server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module server
22

33
go 1.22.0
44

5-
toolchain go1.24.6
5+
toolchain go1.25.1
66

77
require (
88
github.com/bogdanfinn/fhttp v0.5.36

0 commit comments

Comments
 (0)