Skip to content

Commit ac565b5

Browse files
committed
update deprecated flag
1 parent b353999 commit ac565b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
deadline: 4m
2+
timeout: 5m
33
skip-dirs:
44
skip-files:
55

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ test: test-style
5353
go vet $(GO_FILES)
5454
test-style: setup
5555
@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
5858
sanity-test:
5959
go test -v ./test/sanity
6060
build: setup

0 commit comments

Comments
 (0)