We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed1a05b + a36adf2 commit 2fc5d9dCopy full SHA for 2fc5d9d
3 files changed
dependencies.yaml
@@ -2,7 +2,7 @@
2
# It verifies that the versions specified here match across all referenced files.
3
dependencies:
4
- name: go
5
- version: 1.26.3
+ version: 1.26.4
6
refPaths:
7
- path: nix/derivation.nix
8
match: buildGo126Module
go.mod
@@ -1,4 +1,4 @@
1
-go 1.26.3
+go 1.26.4
module github.com/cri-o/cri-o
nix/derivation.nix
, pkgs
, gitCommit ? "unknown"
}:
-with pkgs; buildGo126Module /* use go 1.26.3 */ {
+with pkgs; buildGo126Module /* use go 1.26.4 */ {
name = "cri-o";
src = nix-gitignore.gitignoreSourcePure [ ../.gitignore ] ./..;
vendorHash = null;
0 commit comments