From 6b3f4f4a4457515f8f6500ffacb198e022d8a392 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 16:57:53 +0000 Subject: [PATCH] Update module go to 1.19 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index aeb3443..8e79b7a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/georgyo/ifconfig.io -go 1.13 +go 1.19 require ( github.com/gin-gonic/gin v1.8.1