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;