Commit 1368c5f 1 parent e4dff19 commit 1368c5f Copy full SHA for 1368c5f
File tree 3 files changed +4
-3
lines changed
hack/repo-infra/verify/go-tools
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo: required
3
3
dist : trusty
4
4
5
5
go :
6
- - " 1.10.2 "
6
+ - " 1.11.1 "
7
7
8
8
go_import_path : github.com/kubernetes-sigs/cri-tools
9
9
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ Version matrix:
23
23
24
24
| Kubernetes Version | cri-tools Version | cri-tools branch |
25
25
| --------------------| -------------------| ------------------|
26
- | 1.12.X | v1.12.0 | master |
26
+ | master | N/A | master |
27
+ | 1.12.X | v1.12.0 | release-1.12 |
27
28
| 1.11.X | v1.11.1 | release-1.11 |
28
29
| 1.10.X | v1.0.0-beta.1 | release-1.10 |
29
30
| 1.9.X | v1.0.0-alpha.0 | release-1.9 |
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -o nounset
18
18
set -o pipefail
19
19
20
20
for d in $( find . -type d -not -iwholename ' *.git*' -a -not -iname ' .tool' -a -not -iwholename ' *vendor*' ) ; do
21
- gometalinter --deadline=50s --vendor \
21
+ gometalinter --deadline=120s --vendor \
22
22
--cyclo-over=50 --dupl-threshold=100 \
23
23
--exclude=" .*should not use dot imports \(golint\)$" \
24
24
--disable-all \
You can’t perform that action at this time.
0 commit comments