Skip to content

Commit

Permalink
fix: upgrade golang version to fix CVE (#1585)
Browse files Browse the repository at this point in the history
* local commit

* fix: fix trivy CVE report

* Revert "local commit"

This reverts commit 03ab75a.
  • Loading branch information
mattisonchao authored Sep 9, 2024
1 parent 3f77dc4 commit 45d24b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/streamnative/pulsarctl

go 1.22.5
go 1.22.7

require (
github.com/apache/pulsar-client-go v0.13.0-candidate-1.0.20240813105849-ab042ae714d1
Expand Down

0 comments on commit 45d24b3

Please sign in to comment.