Skip to content

Commit

Permalink
internal/*/go.mod: Use go 1.19 too
Browse files Browse the repository at this point in the history
  • Loading branch information
nhooyr committed Oct 13, 2023
1 parent 97d7f90 commit a975390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module nhooyr.io/websocket/examples

go 1.22
go 1.19

replace nhooyr.io/websocket => ../..

Expand Down
2 changes: 1 addition & 1 deletion internal/thirdparty/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module nhooyr.io/websocket/internal/thirdparty

go 1.22
go 1.19

replace nhooyr.io/websocket => ../..

Expand Down

0 comments on commit a975390

Please sign in to comment.