From ecf10f1fdc4f06fe8061018b07ea71aa61f88421 Mon Sep 17 00:00:00 2001 From: "Greg T. Wallace" Date: Tue, 4 Jun 2024 18:59:35 -0400 Subject: [PATCH] go: update to 1.22.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5d6ca7f..d5bd69a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module apc-p15-tool -go 1.22.1 +go 1.22.3 require ( github.com/peterbourgon/ff/v4 v4.0.0-alpha.4