We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7946ffa + 30434d0 commit 2962317Copy full SHA for 2962317
dependencies.yaml
@@ -7,7 +7,7 @@ dependencies:
7
match: VERSION
8
9
- name: go
10
- version: 1.26
+ version: 1.26.2
11
refPaths:
12
- path: go.mod
13
match: go
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/cri-tools
2
3
-go 1.26.0
+go 1.26.2
4
5
require (
6
github.com/distribution/reference v0.6.0
0 commit comments