File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
run :
2
- deadline : 4m
2
+ timeout : 5m
3
3
skip-dirs :
4
4
skip-files :
5
5
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ test: test-style
53
53
go vet $(GO_FILES )
54
54
test-style : setup
55
55
@echo " ==> Running static validations and linters <=="
56
- # Setting deadline to 5m as deafult is 1m
57
- golangci-lint run --deadline =5m
56
+ # Setting timeout to 5m as deafult is 1m
57
+ golangci-lint run --timeout =5m
58
58
sanity-test :
59
59
go test -v ./test/sanity
60
60
build : setup
@@ -72,7 +72,7 @@ setup: clean
72
72
$Q go env
73
73
74
74
ifndef HAS_GOLANGCI
75
- curl -sfL https://install.goreleaser .com/github.com/ golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.19.1
75
+ curl -sSfL https://raw.githubusercontent .com/golangci/golangci-lint/master/install .sh | sh -s -- -b $(GOPATH)/bin v1.30.0
76
76
endif
77
77
78
78
.PHONY : mod
You can’t perform that action at this time.
0 commit comments