From d8bc6e8fecfc36f65031826acd881846833855bb Mon Sep 17 00:00:00 2001 From: Daniil Fedotov Date: Thu, 18 Apr 2024 21:34:49 -0400 Subject: [PATCH] deps(go): bump go version to 1.21.9 to address GO-2024-2687 (#2828) Detected by govulncheck https://github.com/kanisterio/kanister/actions/runs/8731273484/job/23956405543 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d495ddc337..7cf1900727 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kanisterio/kanister -go 1.21.8 +go 1.21.9 replace ( github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1