We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7f4427 + 87c9f05 commit bd3d119Copy full SHA for bd3d119
.github/workflows/build.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: '1.24'
+ go-version: '1.25'
19
- name: Build Go library
20
working-directory: ./src-go/server
21
run: |
src-go/server/go.mod
@@ -2,7 +2,7 @@ module server
2
3
go 1.22.0
4
5
-toolchain go1.24.6
+toolchain go1.25.1
6
7
require (
8
github.com/bogdanfinn/fhttp v0.5.36
0 commit comments