File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ set -euo pipefail
18
18
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $( go env GOPATH) /bin latest
19
19
if [[ -z " $( command -v golangci-lint) " ]]; then
20
20
echo " Cannot find golangci-lint. Installing golangci-lint..."
21
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $( go env GOPATH) /bin v1.50.0
21
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $( go env GOPATH) /bin v1.51.2
22
22
export PATH=$PATH :$( go env GOPATH) /bin
23
23
fi
24
24
25
25
echo " Verifying golint"
26
26
readonly PKG_ROOT=" $( git rev-parse --show-toplevel) "
27
27
28
- golangci-lint run --deadline =10m
28
+ golangci-lint run --timeout =10m
29
29
30
30
echo " Congratulations! Lint check completed for all Go source files."
You can’t perform that action at this time.
0 commit comments