Skip to content

Commit 2fc5d9d

Browse files
Merge pull request #10145 from Chandan9112/bump-go-1.26.4
deps: bump go to 1.26.4
2 parents ed1a05b + a36adf2 commit 2fc5d9d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It verifies that the versions specified here match across all referenced files.
33
dependencies:
44
- name: go
5-
version: 1.26.3
5+
version: 1.26.4
66
refPaths:
77
- path: nix/derivation.nix
88
match: buildGo126Module

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.26.3
1+
go 1.26.4
22

33
module github.com/cri-o/cri-o
44

nix/derivation.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
, pkgs
33
, gitCommit ? "unknown"
44
}:
5-
with pkgs; buildGo126Module /* use go 1.26.3 */ {
5+
with pkgs; buildGo126Module /* use go 1.26.4 */ {
66
name = "cri-o";
77
src = nix-gitignore.gitignoreSourcePure [ ../.gitignore ] ./..;
88
vendorHash = null;

0 commit comments

Comments
 (0)