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
|
|
@ -3,7 +3,7 @@
|
|||
-----------------------------------------------------------------------
|
||||
## General
|
||||
|
||||
Go verison: 1.17
|
||||
Go verison: 1.19
|
||||
|
||||
External packages:
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ External packages:
|
|||
## Installation & Usage
|
||||
|
||||
### Requirements
|
||||
- Golang 17
|
||||
- Golang 19
|
||||
|
||||
### Installation
|
||||
|
||||
|
|
|
|||
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