Skip to content

Commit ffc2407

Browse files
committed
Fixed go.mod version to 1.20
1 parent 7698e80 commit ffc2407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/logger/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nthnn/QLBase/logger
22

3-
go 1.22.0
3+
go 1.20
44

55
require (
66
filippo.io/edwards25519 v1.1.0 // indirect

backend/notifier/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nthnn/QLBase/notifier
22

3-
go 1.22.2
3+
go 1.20
44

55
require (
66
golang.org/x/sys v0.22.0 // indirect

0 commit comments

Comments
 (0)