Skip to content

Commit

Permalink
Revert go mod version to 1.20 (#14)
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 #13 for discussion
  • Loading branch information
nathanperkins authored Mar 11, 2024
1 parent 18f45b5 commit 9312637
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 9312637

Please sign in to comment.