From d5a0bd076a891cc2d3f8fb5d7b002cd88186fb9f Mon Sep 17 00:00:00 2001 From: "ocmbot[bot]" <125909804+ocmbot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 06:20:20 +0000 Subject: [PATCH] chore(ocm-kit): update dependency go to v1.26.5 --- ocm-kit/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocm-kit/flake.nix b/ocm-kit/flake.nix index eb28f9a..d23687a 100644 --- a/ocm-kit/flake.nix +++ b/ocm-kit/flake.nix @@ -18,7 +18,7 @@ let # Go toolchain version, as a plain "X.Y.Z" string so CI can read it # (grep `goVersion` in this file). The dev shell pins the matching line. - goVersion = "1.26.4"; + goVersion = "1.26.5"; pkgs = import nixpkgs { inherit system;