Skip to content

Commit

Permalink
Fixed go.mod version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 10, 2024
1 parent 7698e80 commit ffc2407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/logger/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nthnn/QLBase/logger

go 1.22.0
go 1.20

require (
filippo.io/edwards25519 v1.1.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion backend/notifier/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nthnn/QLBase/notifier

go 1.22.2
go 1.20

require (
golang.org/x/sys v0.22.0 // indirect
Expand Down

0 comments on commit ffc2407

Please sign in to comment.