refactor(Go): Update to Go 1.19
This commit is contained in:
parent
cccb835fbb
commit
9b78b310c0
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module lpm-cli
|
||||
|
||||
go 1.17
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.2
|
||||
|
|
|
|||
Reference in a new issue