From a0552dbe68a487bb04f56e1219eb375f95ff208c Mon Sep 17 00:00:00 2001
From: pete911
Date: Wed, 28 Feb 2024 19:44:57 +0000
Subject: [PATCH] update go version
---
go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/go.mod b/go.mod
index c3f39c1..e42dcc9 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/pete911/ipcalc
-go 1.21
+go 1.22
require github.com/stretchr/testify v1.8.4