Skip to content

Commit c99970e

Browse files
committed
chore: upgrade Go to 1.25.0
Otherwise, the test and lint job will run on Go 1.24.
1 parent f5401ec commit c99970e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/database-playground/sqlrunner
22

3-
go 1.24.0
4-
5-
toolchain go1.24.4
3+
go 1.25.0
64

75
require modernc.org/sqlite v1.39.1
86

0 commit comments

Comments
 (0)