mirror of
https://github.com/pnx/pinger.git
synced 2026-06-16 03:24:54 +02:00
go.mod: set minimum version to 1.20
This commit is contained in:
parent
111ff58fcf
commit
5571ba3f38
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
||||||
module pinger
|
module pinger
|
||||||
|
|
||||||
go 1.19
|
go 1.20
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/pborman/getopt/v2 v2.1.0
|
github.com/pborman/getopt/v2 v2.1.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue