From e3c22b85215f8533fc189b3ee6545b02ca3016e1 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:16:29 -0500 Subject: [PATCH] Update go.mod: require go1.24 --- picocrypt/go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/picocrypt/go.mod b/picocrypt/go.mod index c254680..4df96d8 100644 --- a/picocrypt/go.mod +++ b/picocrypt/go.mod @@ -1,6 +1,7 @@ module github.com/Picocrypt/CLI/picocrypt -go 1.23 +go 1.24 + require ( github.com/Picocrypt/infectious v0.0.0-20240830233326-3a050f65f9ec github.com/Picocrypt/serpent v0.0.0-20240830233833-9ad6ab254fd7