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.
1 parent ec1ea68 commit eb139e3Copy full SHA for eb139e3
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: actions/setup-go@v5
20
with:
21
- go-version: "1.24.2"
+ go-version: "1.25.3"
22
23
- name: Modify ws4sqlite.exe
24
run: sed -i 's/v0\.0\.0/${{ github.ref_name }}/g' ws4sqlite.go
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
src/go.mod
@@ -1,8 +1,8 @@
1
module github.com/proofrock/ws4sqlite
2
3
-go 1.24.0
+go 1.25.0
4
5
-toolchain go1.24.5
+toolchain go1.25.3
6
7
require (
8
github.com/gofiber/fiber/v2 v2.52.9
0 commit comments