1
0
Fork 0
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:
Henrik Hautakoski 2025-05-31 17:16:22 +02:00
parent 111ff58fcf
commit 5571ba3f38

2
go.mod
View file

@ -1,6 +1,6 @@
module pinger
go 1.19
go 1.20
require (
github.com/pborman/getopt/v2 v2.1.0