Skip to content

Commit

Permalink
Revert go mod version to 1.20
Browse files Browse the repository at this point in the history
This avoids new 1.21 go mod management behavior which automatically
upgrades a module's go mod version based on dependencies.

See mdlayher#13 for discussion
  • Loading branch information
nathanperkins committed Mar 11, 2024
1 parent 18f45b5 commit b48f636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mdlayher/socket

go 1.21
go 1.20

require (
github.com/google/go-cmp v0.5.9
Expand Down

0 comments on commit b48f636

Please sign in to comment.