Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
restic cve go1.23.10
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
  • Loading branch information
kaovilai committed Jul 2, 2025
commit 8a44fdad3318ea6de0a372efd9f9a3617750807b
4 changes: 2 additions & 2 deletions hack/fix_restic_cve.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/go.mod b/go.mod
index 5f939c481..5c5db077f 100644
index 5f939c481..97ef53433 100644
--- a/go.mod
+++ b/go.mod
@@ -24,32 +24,32 @@ require (
Expand Down Expand Up @@ -66,7 +66,7 @@ index 5f939c481..5c5db077f 100644
-go 1.18
+go 1.23.0
+
+toolchain go1.23.7
+toolchain go1.23.10
diff --git a/go.sum b/go.sum
index 026e1d2fa..836a9b274 100644
--- a/go.sum
Expand Down
Loading