From 0075770d1501d9291bedaa3af31aa4ea0a1d11ce Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 24 Feb 2024 00:04:58 +0100 Subject: bump go version to 1.16 For os/signal.NotifyContext --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 78dc7dc..4f64f9a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/leahneukirchen/htping -go 1.14 +go 1.16 require ( github.com/prometheus/client_golang v1.18.0 -- cgit 1.4.1