refactor(Go): Update to Go 1.19

This commit is contained in:
netbenix 2022-08-27 18:50:23 +02:00
parent cccb835fbb
commit 9b78b310c0
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module lpm-cli
go 1.17
go 1.19
require (
github.com/golang/protobuf v1.5.2