From 3749933629e98e3c7ff8fbf6dc45e33d665c86a9 Mon Sep 17 00:00:00 2001 From: Qiang Zhao Date: Mon, 9 Sep 2024 14:28:45 +0800 Subject: [PATCH] fix: upgrade golang version to fix CVE (#1585) * local commit * fix: fix trivy CVE report * Revert "local commit" This reverts commit 03ab75a7e3ccfeade2b82df273dbfd45d7a71fef. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1f4c8f88..e3305081 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/streamnative/pulsarctl -go 1.21 +go 1.22.7 require ( github.com/apache/pulsar-client-go v0.13.0-candidate-1.0.20240813105849-ab042ae714d1