From bffc8ac65e0c51951b8cf4c77bb59e7f547463f5 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sun, 17 Mar 2024 19:33:18 +0100 Subject: [PATCH] Update Go version in go.mod The Go version specified in the go.mod file has been downgraded from 1.22 to 1.21. This is to ensure compatibility with the project's specified dependencies. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6bad959..15fd225 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ module github.com/wneessen/apg-go -go 1.22 +go 1.21 require github.com/wneessen/go-hibp v1.0.6