From be3916c52f92cb5b061472562c145e8047e09fe7 Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Sat, 12 Oct 2024 08:08:49 -0500 Subject: [PATCH] Use 1.N.P syntax as requested by CodeQL. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ddf8163..21fee66 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Amnesic-Systems/veil -go 1.23 +go 1.23.0 require ( github.com/Amnesic-Systems/nitriding-proxy v0.1.1