From 695778df66d73010bc88d77c80817e05541afb94 Mon Sep 17 00:00:00 2001 From: "kalle (jag)" <2477952+applejag@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:20:38 +0100 Subject: [PATCH] Update Go to fix GO-2023-2182 and GO-2023-2185 (#27) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9df4465..3d47133 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ module github.com/RiskIdent/jelease -go 1.21.4 +go 1.21.5 require ( github.com/andygrunwald/go-jira v1.16.0