From adc687d538f635a7e9147ef848a3719f73a2c34e Mon Sep 17 00:00:00 2001 From: macoto1995 Date: Thu, 26 Oct 2023 10:55:56 +0900 Subject: [PATCH] golangci-lint timeout 5m --- .golangci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 007af930..ff919bbe 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,3 +1,5 @@ +run: + timeout: 5m linters: fast: false enable: @@ -7,7 +9,7 @@ linters-settings: errcheck: check-type-assertions: true staticcheck: - go: 1.16 + go: "1.21" misspell: locale: US ignore-words: []