Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ocm-kit/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down