From 1d80f1837e8fd9308a708d2e9d9766ee94dfc1ea Mon Sep 17 00:00:00 2001 From: "ocmbot[bot]" <125909804+ocmbot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:54:05 +0000 Subject: [PATCH] chore(ocm-kit): update dependency go to v1.27.1 --- 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..bf779a3 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.27.1"; pkgs = import nixpkgs { inherit system;