forked from cri-o/cri-o
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.yaml
68 lines (60 loc) · 1.39 KB
/
dependencies.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
dependencies:
- name: go
version: 1.16
refPaths:
- path: .github/workflows/verify.yml
match: GO_VERSION
- path: .github/workflows/integration.yml
match: GO_VERSION
- path: .github/workflows/test.yml
match: GO_VERSION
- path: contrib/test/integration/main.yml
match: version
- name: golangci-lint
version: v1.40.1
refPaths:
- path: .github/workflows/verify.yml
match: version
- path: Makefile
match: VERSION
- name: shellcheck
version: v0.7.0
refPaths:
- path: Makefile
match: VERSION
- name: cni-plugins
version: v0.9.1
refPaths:
- path: scripts/versions
match: cni-plugins
- path: contrib/test/integration/build/plugins.yml
match: version
- name: conmon
version: v2.0.26
refPaths:
- path: scripts/versions
match: conmon
- name: cri-tools
version: v1.21.0
refPaths:
- path: scripts/versions
match: cri-tools
- path: contrib/test/integration/main.yml
match: cri_tools_git_version
- name: runc
version: v1.0.1
refPaths:
- path: scripts/versions
match: runc
- name: crun
version: 0.20.1
refPaths:
- path: scripts/versions
match: crun
- name: bats
version: v1.3.0
refPaths:
- path: scripts/versions
match: bats
- path: contrib/test/integration/build/bats.yml
match: version