File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,11 @@ bin/mockgen: | bin
92
92
93
93
bin/golangci-lint : | bin
94
94
echo " Installing golangci-lint..."
95
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.54.2
95
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1
96
96
97
97
bin/govulncheck : | bin
98
98
echo " Installing govulncheck..."
99
- go install golang.org/x/vuln/cmd/govulncheck@v1.0.1
99
+ go install golang.org/x/vuln/cmd/govulncheck@v1.1.3
100
100
101
101
mockgen : bin/mockgen
102
102
./hack/update-gomock
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ PKG_ROOT=$(git rev-parse --show-toplevel)
20
20
21
21
${PKG_ROOT} /hack/verify-gofmt
22
22
${PKG_ROOT} /hack/verify-govet
23
- ${PKG_ROOT} /bin/golangci-lint run --deadline=10m
23
+ ${PKG_ROOT} /bin/golangci-lint run --timeout=20m
24
24
${PKG_ROOT} /hack/verify-vendor.sh
You can’t perform that action at this time.
0 commit comments