From eec3aa4c9e4a6bd55aea7053a19b53185f886c29 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:13:59 -0500 Subject: [PATCH] go.mod: require go1.24 --- picocrypt/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picocrypt/go.mod b/picocrypt/go.mod index 85a709d..4d20523 100644 --- a/picocrypt/go.mod +++ b/picocrypt/go.mod @@ -1,6 +1,6 @@ module github.com/Picocrypt/CLI/picocrypt -go 1.22.3 +go 1.24 require ( github.com/Picocrypt/infectious v0.0.0-20240830233326-3a050f65f9ec