From b55c818a90b8535fc8ccd3a46ae264b0e5c2a9c7 Mon Sep 17 00:00:00 2001 From: mathieu-benoit <11720844+mathieu-benoit@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:49:49 +0000 Subject: [PATCH] Upgrade Go version to 1.26.5 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 408ebca..8949f04 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/score-spec/score-implementation-sample go 1.26 -toolchain go1.26.4 +toolchain go1.26.5 require ( dario.cat/mergo v1.0.2