Skip to content

Commit

Permalink
Bump Go requirement to v1.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Oct 10, 2023
1 parent a088171 commit 03fa956
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module github.com/dogmatiq/primo

go 1.20
go 1.21

require google.golang.org/protobuf v1.31.0

require github.com/dave/jennifer v1.7.0
require (
github.com/dave/jennifer v1.7.0
google.golang.org/protobuf v1.31.0
)

0 comments on commit 03fa956

Please sign in to comment.