From b6732872f0a24d6d354a9afb6afccb591184e681 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 12:21:29 +0000 Subject: [PATCH] Update dependency go to v1.25.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- demos/image_classification/go/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/image_classification/go/go.mod b/demos/image_classification/go/go.mod index 8fa6c4da29..14ed3eade7 100644 --- a/demos/image_classification/go/go.mod +++ b/demos/image_classification/go/go.mod @@ -18,7 +18,7 @@ module ovmsclient go 1.23 -toolchain go1.21.9 +toolchain go1.25.0 require ( github.com/golang/protobuf v1.5.3