Set module go version to 1.17

This commit is contained in:
Elara 2022-05-07 21:41:51 -07:00
parent a7a2dc3270
commit 349123fe25
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module go.arsenm.dev/lrpc
go 1.18
go 1.17
require (
github.com/gofrs/uuid v4.2.0+incompatible