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

View file

@ -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
View file

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