From 2691b04e38863430a1363c0d23ad5762fe898ff0 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sun, 17 Mar 2024 19:49:43 +0100 Subject: [PATCH] Upgrade Go version in go.mod The Go version specified in the go.mod file has been upgraded from 1.22 to 1.22.0. This may be necessary to avoid compatibility issues with updated systems and dependencies. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6bad959..81e1473 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ module github.com/wneessen/apg-go -go 1.22 +go 1.22.0 require github.com/wneessen/go-hibp v1.0.6