Skip to content

Commit 116dc99

Browse files
committed
chore(examples): upgrade to latest stable golang
1 parent 554c590 commit 116dc99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/go/xorm/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module go-xorm-app
22

3-
go 1.22
4-
toolchain go1.24.1
3+
go 1.23.0
4+
5+
toolchain go1.24.2
56

67
require (
78
github.com/jackc/pgx/v5 v5.7.1

0 commit comments

Comments
 (0)