Skip to content

Commit

Permalink
go mod tidy; remove unnecessary toolchain directive
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Humphries <[email protected]>
  • Loading branch information
jhump committed Nov 11, 2024
1 parent f52ca4a commit b98f94d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module connectrpc.com/conformance

go 1.21
toolchain go1.22.9
go 1.22.7

require (
buf.build/go/protoyaml v0.2.0
Expand Down

0 comments on commit b98f94d

Please sign in to comment.