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
|
## General
|
||||||
|
|
||||||
Go verison: 1.17
|
Go verison: 1.19
|
||||||
|
|
||||||
External packages:
|
External packages:
|
||||||
|
|
||||||
|
|
@ -17,7 +17,7 @@ External packages:
|
||||||
## Installation & Usage
|
## Installation & Usage
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
- Golang 17
|
- Golang 19
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
||||||
module lpm-cli
|
module lpm-cli
|
||||||
|
|
||||||
go 1.17
|
go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/golang/protobuf v1.5.2
|
github.com/golang/protobuf v1.5.2
|
||||||
|
|
|
||||||
Reference in a new issue