Skip to content

Commit

Permalink
chore: update go.mod required versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Jan 12, 2024
1 parent c6a136e commit 1abf3d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/nilslice/protolock

go 1.21.1
go 1.21

require (
github.com/emicklei/proto v1.9.1
Expand Down
2 changes: 1 addition & 1 deletion plugin-samples/plugin-sample-wasm/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nilslice/protolock/plugin-samples/plugin-sample-wasm

go 1.21.1
go 1.21

require (
github.com/emicklei/proto v1.9.1 // indirect
Expand Down

0 comments on commit 1abf3d2

Please sign in to comment.