Skip to content

Commit eb139e3

Browse files
committed
go 1.25.3
1 parent ec1ea68 commit eb139e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.24.2"
21+
go-version: "1.25.3"
2222

2323
- name: Modify ws4sqlite.exe
2424
run: sed -i 's/v0\.0\.0/${{ github.ref_name }}/g' ws4sqlite.go
@@ -37,7 +37,7 @@ jobs:
3737

3838
- uses: actions/setup-go@v5
3939
with:
40-
go-version: "1.24.2"
40+
go-version: "1.25.3"
4141

4242
- name: Modify ws4sqlite.exe
4343
run: sed -i 's/v0\.0\.0/${{ github.ref_name }}/g' ws4sqlite.go

src/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/proofrock/ws4sqlite
22

3-
go 1.24.0
3+
go 1.25.0
44

5-
toolchain go1.24.5
5+
toolchain go1.25.3
66

77
require (
88
github.com/gofiber/fiber/v2 v2.52.9

0 commit comments

Comments
 (0)