Skip to content

Commit

Permalink
declare min Go version to be v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalaman93 committed Nov 11, 2024
1 parent be2dc4d commit f57e5e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/dgraph-io/dgo/v240

go 1.22.6
go 1.21

toolchain go1.23.2

require (
github.com/gogo/protobuf v1.3.2
Expand Down

0 comments on commit f57e5e9

Please sign in to comment.